IDefectTrackingSystem Interface Properties

For a list of all members of this type, see IDefectTrackingSystem members.

Public Properties
 NameDescription
PropertyCanWorkDisconnectedCan the defect tracking system work without active connection (for example, mail client, file system, etc).  
PropertyIconURIThe URI of the icon of the defect tracking system.  
PropertyIncludeAttachmentstrue if defect attachments are allowed for the logged in project.  
PropertyIsConnectedReturns true if this instance is connected to a defect tracking system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem)
PropertyIsLoggedInReturns true if this instance is logged on to a project in the defect tracking system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem)
PropertyNameThe display name of defect tracking system.  
PropertyProjectIdentifierThe string that represents the logged-in project. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem)
PropertyProjectSettingsThe list of fields relevant to connecting to the system. (Inherited from HP.Sprinter.DefectTrackingSystemAPI.IConnectableSystem)
PropertyProjectSettingsStringDisplay string of project settings.  
Top