Class CITags
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.traces.CITags
-
public class CITags extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CITags.Values
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CITags()
-
-
-
Field Detail
-
LANGUAGE_TAG_KEY
public static final String LANGUAGE_TAG_KEY
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
ERROR_MSG
public static final String ERROR_MSG
- See Also:
- Constant Field Values
-
ERROR_TYPE
public static final String ERROR_TYPE
- See Also:
- Constant Field Values
-
ERROR_STACK
public static final String ERROR_STACK
- See Also:
- Constant Field Values
-
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
-
IS_MANUAL
public static final String IS_MANUAL
- See Also:
- Constant Field Values
-
CI_PARAMETERS
public static final String CI_PARAMETERS
- See Also:
- Constant Field Values
-
WORKSPACE_PATH
public static final String WORKSPACE_PATH
- See Also:
- Constant Field Values
-
NODE_NAME
public static final String NODE_NAME
- See Also:
- Constant Field Values
-
NODE_LABELS
public static final String NODE_LABELS
- See Also:
- Constant Field Values
-
QUEUE_TIME
public static final String QUEUE_TIME
- See Also:
- Constant Field Values
-
_DD_HOSTNAME
public static final String _DD_HOSTNAME
- See Also:
- Constant Field Values
-
_DD_CI_INTERNAL
public static final String _DD_CI_INTERNAL
- See Also:
- Constant Field Values
-
_DD_CI_LEVEL
public static final String _DD_CI_LEVEL
- See Also:
- Constant Field Values
-
_DD_CI_BUILD_LEVEL
@Deprecated public static final String _DD_CI_BUILD_LEVEL
Deprecated.- See Also:
- Constant Field Values
-
_DD_CI_STAGES
public static final String _DD_CI_STAGES
- See Also:
- Constant Field Values
-
_DD_ORIGIN
public static final String _DD_ORIGIN
- See Also:
- Constant Field Values
-
_ID
public static final String _ID
- See Also:
- Constant Field Values
-
_NAME
public static final String _NAME
- See Also:
- Constant Field Values
-
_NUMBER
public static final String _NUMBER
- See Also:
- Constant Field Values
-
_URL
public static final String _URL
- See Also:
- Constant Field Values
-
_RESULT
@Deprecated public static final String _RESULT
Deprecated.- See Also:
- Constant Field Values
-
_CONFIGURATION
public static final String _CONFIGURATION
- See Also:
- Constant Field Values
-
CI_PROVIDER_NAME
public static final String CI_PROVIDER_NAME
- See Also:
- Constant Field Values
-
USER_NAME
public static final String USER_NAME
- See Also:
- Constant Field Values
-
USER_EMAIL
public static final String USER_EMAIL
- See Also:
- Constant Field Values
-
GIT_REPOSITORY_URL
public static final String GIT_REPOSITORY_URL
- See Also:
- Constant Field Values
-
GIT_COMMIT__SHA
@Deprecated public static final String GIT_COMMIT__SHA
Deprecated.- See Also:
- Constant Field Values
-
GIT_COMMIT_SHA
public static final String GIT_COMMIT_SHA
- See Also:
- Constant Field Values
-
GIT_COMMIT_MESSAGE
public static final String GIT_COMMIT_MESSAGE
- See Also:
- Constant Field Values
-
GIT_COMMIT_AUTHOR_NAME
public static final String GIT_COMMIT_AUTHOR_NAME
- See Also:
- Constant Field Values
-
GIT_COMMIT_AUTHOR_EMAIL
public static final String GIT_COMMIT_AUTHOR_EMAIL
- See Also:
- Constant Field Values
-
GIT_COMMIT_AUTHOR_DATE
public static final String GIT_COMMIT_AUTHOR_DATE
- See Also:
- Constant Field Values
-
GIT_COMMIT_COMMITTER_NAME
public static final String GIT_COMMIT_COMMITTER_NAME
- See Also:
- Constant Field Values
-
GIT_COMMIT_COMMITTER_EMAIL
public static final String GIT_COMMIT_COMMITTER_EMAIL
- See Also:
- Constant Field Values
-
GIT_COMMIT_COMMITTER_DATE
public static final String GIT_COMMIT_COMMITTER_DATE
- See Also:
- Constant Field Values
-
GIT_DEFAULT_BRANCH
public static final String GIT_DEFAULT_BRANCH
- See Also:
- Constant Field Values
-
GIT_BRANCH
public static final String GIT_BRANCH
- See Also:
- Constant Field Values
-
GIT_TAG
public static final String GIT_TAG
- See Also:
- Constant Field Values
-
JENKINS_TAG
public static final String JENKINS_TAG
- See Also:
- Constant Field Values
-
JENKINS_EXECUTOR_NUMBER
public static final String JENKINS_EXECUTOR_NUMBER
- See Also:
- Constant Field Values
-
JENKINS_RESULT
public static final String JENKINS_RESULT
- See Also:
- Constant Field Values
-
JENKINS_PLUGIN_VERSION
public static final String JENKINS_PLUGIN_VERSION
- See Also:
- Constant Field Values
-
STATUS_SUCCESS
public static final String STATUS_SUCCESS
- See Also:
- Constant Field Values
-
STATUS_ERROR
public static final String STATUS_ERROR
- See Also:
- Constant Field Values
-
STATUS_UNSTABLE
public static final String STATUS_UNSTABLE
- See Also:
- Constant Field Values
-
STATUS_RUNNING
public static final String STATUS_RUNNING
- See Also:
- Constant Field Values
-
-