com.microsoft.tfs.core.clients.workitem.wittype
Interface WorkItemType
- All Superinterfaces:
- java.lang.Comparable<WorkItemType>
public interface WorkItemType
- extends java.lang.Comparable<WorkItemType>
Represents a specific type of WorkItem
. To implement
Comparable
, sorts by natural ordering of name (getName()
).
- Since:
- TEE-SDK-10.1
Methods inherited from interface java.lang.Comparable |
compareTo |
getName
java.lang.String getName()
getProject
Project getProject()
getID
int getID()
getFormDescription
WIFormDescription getFormDescription()
- Gets the form description. Cached internally.
getFieldDefinitions
FieldDefinitionCollection getFieldDefinitions()
getProcessGuidanceURL
ProcessGuidanceURLInfo getProcessGuidanceURL()
© 2015 Microsoft. All rights reserved.