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
See Also:
Constant Field Values
Constant Field Value:
"Microsoft.BugCategory"

TASK

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

CODE_REVIEW

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

CODE_REVIEW_REQUEST

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

CODE_REVIEW_RESPONSE

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

REQUIREMENT

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

SHARED_STEP

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

TEST_CAS

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

HIDDEN

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

CoreCategoryReferenceNames

public CoreCategoryReferenceNames()


© 2012 Microsoft. All rights reserved.