HP.Sprinter.DefectTrackingSystemAPI Namespace : IDefectTrackingSystem Interface |
Name | Description | |
---|---|---|
![]() | CanWorkDisconnected | Can the defect tracking system work without active connection (for example, mail client, file system, etc). |
![]() | IconURI | The URI of the icon of the defect tracking system. |
![]() | IncludeAttachments | true if defect attachments are allowed for the logged in project. |
![]() | IsConnected | Returns true if this instance is connected to a defect tracking system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | IsLoggedIn | Returns true if this instance is logged on to a project in the defect tracking system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | Name | The display name of defect tracking system. |
![]() | ProjectIdentifier | The string that represents the logged-in project. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | ProjectSettings | The list of fields relevant to connecting to the system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | ProjectSettingsString | Display string of project settings. |
Name | Description | |
---|---|---|
![]() | Connect | Connects to the defect tracking system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | Disconnect | Disconnects from the defect tracking system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | GetDefectSubmissionControl | Returns the defect submission control containing all fields required to submit a defect to the defect tracking system. |
![]() | GetProjectSettingsControl | Returns the connection control. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | Login | Logs on to the defect tracking system with the specified project settings. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | Logout | Logs off of the project in the defect tracking system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem) |
![]() | SubmitDefect | Submits a defect to the defect tracking system. |