com.microsoft.tfs.core.clients.build.flags
Class InformationTypes
java.lang.Object
com.microsoft.tfs.core.clients.build.flags.InformationTypes
public class InformationTypes
- extends java.lang.Object
Encapsulates the built-in information node type names.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- immutable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTIVITY_PROPERTIES
public static final java.lang.String ACTIVITY_PROPERTIES
- Constant Field Value:
"ActivityProperties"
- See Also:
- Constant Field Values
ACTIVITY_TRACKING
public static final java.lang.String ACTIVITY_TRACKING
- Constant Field Value:
"ActivityTracking"
- See Also:
- Constant Field Values
AGENT_SCOPE_ACTIVITY_TRACKING
public static final java.lang.String AGENT_SCOPE_ACTIVITY_TRACKING
- Constant Field Value:
"AgentScopeActivityTracking"
- See Also:
- Constant Field Values
ASSOCIATED_CHANGESET
public static final java.lang.String ASSOCIATED_CHANGESET
- Constant Field Value:
"AssociatedChangeset"
- See Also:
- Constant Field Values
ASSOCIATED_WORK_ITEM
public static final java.lang.String ASSOCIATED_WORK_ITEM
- Constant Field Value:
"AssociatedWorkItem"
- See Also:
- Constant Field Values
BUILD_ERROR
public static final java.lang.String BUILD_ERROR
- Constant Field Value:
"BuildError"
- See Also:
- Constant Field Values
BUILD_MESSAGE
public static final java.lang.String BUILD_MESSAGE
- Constant Field Value:
"BuildMessage"
- See Also:
- Constant Field Values
BUILD_PROJECT
public static final java.lang.String BUILD_PROJECT
- Constant Field Value:
"BuildProject"
- See Also:
- Constant Field Values
BUILD_STEP
public static final java.lang.String BUILD_STEP
- Constant Field Value:
"BuildStep"
- See Also:
- Constant Field Values
BUILD_WARNING
public static final java.lang.String BUILD_WARNING
- Constant Field Value:
"BuildWarning"
- See Also:
- Constant Field Values
CHECK_IN_OUTCOME
public static final java.lang.String CHECK_IN_OUTCOME
- Constant Field Value:
"CheckInOutcome"
- See Also:
- Constant Field Values
COMPILATION_SUMMARY
public static final java.lang.String COMPILATION_SUMMARY
- Constant Field Value:
"CompilationSummary"
- See Also:
- Constant Field Values
CONFIGURATION_SUMMARY
public static final java.lang.String CONFIGURATION_SUMMARY
- Constant Field Value:
"ConfigurationSummary"
- See Also:
- Constant Field Values
EXTERNAL_LINK
public static final java.lang.String EXTERNAL_LINK
- Constant Field Value:
"ExternalLink"
- See Also:
- Constant Field Values
OPENED_WORK_ITEM
public static final java.lang.String OPENED_WORK_ITEM
- Constant Field Value:
"OpenedWorkItem"
- See Also:
- Constant Field Values
DEPLOYMENT_INFORMATION
public static final java.lang.String DEPLOYMENT_INFORMATION
- Constant Field Value:
"DeploymentInformation"
- See Also:
- Constant Field Values
SYM_STORE_TRANSACTION
protected static final java.lang.String SYM_STORE_TRANSACTION
- Constant Field Value:
"SymStoreTransaction"
- See Also:
- Constant Field Values
InformationTypes
public InformationTypes()
© 2015 Microsoft. All rights reserved.