com.microsoft.tfs.core.clients.workitem.link
Class RegisteredLinkTypeNames

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

public class RegisteredLinkTypeNames
extends java.lang.Object

Since:
TEE-SDK-10.1

Field Summary
static java.lang.String CHANGESET
           
static java.lang.String HYPERLINK
           
static java.lang.String RESULT_ATTACHMENT
           
static java.lang.String STORYBOARD
           
static java.lang.String TEST_RESULT
           
static java.lang.String VERSIONED_ITEM
           
static java.lang.String WORKITEM
           
 
Constructor Summary
RegisteredLinkTypeNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORKITEM

public static final java.lang.String WORKITEM
See Also:
Constant Field Values
Constant Field Value:
"Related Workitem"

HYPERLINK

public static final java.lang.String HYPERLINK
See Also:
Constant Field Values
Constant Field Value:
"Workitem Hyperlink"

CHANGESET

public static final java.lang.String CHANGESET
See Also:
Constant Field Values
Constant Field Value:
"Fixed in Changeset"

VERSIONED_ITEM

public static final java.lang.String VERSIONED_ITEM
See Also:
Constant Field Values
Constant Field Value:
"Source Code File"

TEST_RESULT

public static final java.lang.String TEST_RESULT
See Also:
Constant Field Values
Constant Field Value:
"Test Result"

RESULT_ATTACHMENT

public static final java.lang.String RESULT_ATTACHMENT
See Also:
Constant Field Values
Constant Field Value:
"Result Attachment"

STORYBOARD

public static final java.lang.String STORYBOARD
See Also:
Constant Field Values
Constant Field Value:
"Storyboard"
Constructor Detail

RegisteredLinkTypeNames

public RegisteredLinkTypeNames()


© 2012 Microsoft. All rights reserved.