com.microsoft.tfs.core.clients.workitem
Class CoreCategoryReferenceNames

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.CoreCategoryReferenceNames

public class CoreCategoryReferenceNames
extends java.lang.Object


Field Summary
static java.lang.String BUG
           
static java.lang.String CODE_REVIEW
           
static java.lang.String CODE_REVIEW_REQUEST
           
static java.lang.String CODE_REVIEW_RESPONSE
           
static java.lang.String HIDDEN
           
static java.lang.String REQUIREMENT
           
static java.lang.String SHARED_STEP
           
static java.lang.String TASK
           
static java.lang.String TEST_CAS
           
 
Constructor Summary
CoreCategoryReferenceNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUG

public static final java.lang.String BUG
Constant Field Value:
"Microsoft.BugCategory"
See Also:
Constant Field Values

TASK

public static final java.lang.String TASK
Constant Field Value:
"Microsoft.TaskCategory"
See Also:
Constant Field Values

CODE_REVIEW

public static final java.lang.String CODE_REVIEW
Constant Field Value:
"Microsoft.CodeReviewRequestCategory"
See Also:
Constant Field Values

CODE_REVIEW_REQUEST

public static final java.lang.String CODE_REVIEW_REQUEST
Constant Field Value:
"Microsoft.CodeReviewRequestCategory"
See Also:
Constant Field Values

CODE_REVIEW_RESPONSE

public static final java.lang.String CODE_REVIEW_RESPONSE
Constant Field Value:
"Microsoft.CodeReviewResponseCategory"
See Also:
Constant Field Values

REQUIREMENT

public static final java.lang.String REQUIREMENT
Constant Field Value:
"Microsoft.RequirementCategory"
See Also:
Constant Field Values

SHARED_STEP

public static final java.lang.String SHARED_STEP
Constant Field Value:
"Microsoft.SharedStepCategory"
See Also:
Constant Field Values

TEST_CAS

public static final java.lang.String TEST_CAS
Constant Field Value:
"Microsoft.TestCaseCategory"
See Also:
Constant Field Values

HIDDEN

public static final java.lang.String HIDDEN
Constant Field Value:
"Microsoft.HiddenCategory"
See Also:
Constant Field Values
Constructor Detail

CoreCategoryReferenceNames

public CoreCategoryReferenceNames()


© 2015 Microsoft. All rights reserved.