HP.Sprinter.DefectTrackingSystemAPI Namespace : IConnectableSystem Interface |
public interface IConnectableSystem
Name | Description | |
---|---|---|
IsConnected | Returns true if this instance is connected to a defect tracking system. | |
IsLoggedIn | Returns true if this instance is logged on to a project in the defect tracking system. | |
ProjectIdentifier | The string that represents the logged-in project. | |
ProjectSettings | The list of fields relevant to connecting to the system. |
Name | Description | |
---|---|---|
Connect | Connects to the defect tracking system. | |
Disconnect | Disconnects from the defect tracking system. | |
GetProjectSettingsControl | Returns the connection control. | |
Login | Logs on to the defect tracking system with the specified project settings. | |
Logout | Logs off of the project in the defect tracking system. |