com.microsoft.tfs.core.clients.workitem.category
Interface Category
public interface Category
A work item category.
- Since:
- TEE-SDK-10.1
getID
int getID()
- Returns:
- the work item type category identifier.
getName
java.lang.String getName()
- Returns:
- the work item type category name.
getReferenceName
java.lang.String getReferenceName()
- Returns:
- the work item type category reference name.
getDefaultWorkItemTypeID
int getDefaultWorkItemTypeID()
- Returns:
- the work item type identifier of the default work item type for
this category.
© 2015 Microsoft. All rights reserved.