IBugFactory2 Interface
Description
Services to manage defect records multi project reporting.
Public Methods
Public Method AddItemCreates a new item object.
Public Method BuildAgeGraphCreates a graph that shows the lifetime of defects.
Public Method BuildMultiProjectAgeGraphCreates a graph that shows the lifetime of defects.
Public Method BuildMultiProjectProgressGraphCreates a graph showing status at specific points: either defect accumulation or time to fix (estimated or actual).
Public Method BuildMultiProjectSummaryGraphCreates multi project summary graph either of the number of defects or the time to fix (estimated or actual).
Public Method BuildProgressGraphCreates a graph showing status at specific points: either defect accumulation or time to fix (estimated or actual).
Public Method BuildSummaryGraphCreates a summary graph either of the number of defects or the time to fix (estimated or actual).
Public Method BuildTrendGraphCreates a graph that shows the history of changes to specific Defect fields for each time interval displayed.
Public Method FindSimilarBugsSearches defect summaries and descriptions for matches to Pattern.
Public Method MailMails the list of IBase Factory Items. 'Items' is a list of ID numbers.
Public Method NewListCreates a list of objects according to the specified filter.
Public Method RemoveItemRemoves item from the database. Removal takes place immediately, without a Post.
Public Properties
Public Property FetchLevelThe Fetch level for a field.
Public Property FieldsThe list of all available fields for the entity managed by the factory.
Public Property FilterThe TDFilter object for the factory.
Public Property HistoryThe History object for this entity.
Public Property ItemGets an object managed by the factory by its key.
See Also