|
Interface Summary |
| IAttribute |
A simple name-value association for a specific kind of issue attribute. |
| IAttributeInfo |
Describes a particular attribute. |
| IAttributeSet |
Contains a queryable set of attribute name-value pairs associated with
issue types. |
| IEditableAttribute |
A simple name-value association for a specific kind of issue attribute. |
| IEditableAttributeSet |
An editable form of an IAttributeSet. |
| IEditableIssue |
Allows for editing of an issue. |
| IEditableIssueState |
An editable form of an issue's state. |
| IEditableListAttribute |
An editable list of values for a single attribute. |
| IIssue |
Reflects an issue (or bug, or anomally report, or problem ticket) that
is generic enough to be used by most problem tracker system. |
| IIssueState |
Describes the state of an Issue. |
| IIssueTypeInfo |
Information about the owning problem manager. |
| IListAttribute |
A specialization of an attribute which contains a list of values. |
| IProblemManager |
The master class (generally a facade) responsible for interfacing the
programmer with the Problem Management Tracker, implementing not only the
query and change elements, but also enforcing the workflow logic associated
with the underlying tracker. |
| IProblemManagerInfo |
Information about the owning problem manager. |