Package io.soos.commons
Class PluginConstants
- java.lang.Object
-
- io.soos.commons.PluginConstants
-
public final class PluginConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUILD_IDstatic StringBUILD_URLstatic StringBUILDS_DIRstatic StringCONTRIBUTING_DEVELOPER_SOURCEstatic StringCONTRIBUTING_DEVELOPER_SOURCE_NAMEstatic StringDISPLAY_NAMEstatic StringFAIL_THE_BUILDstatic StringGIT_BRANCHstatic StringGIT_COMMITstatic StringGIT_URLstatic StringINTEGRATION_NAMEstatic StringJENKINS_HOMEstatic StringJOB_BASE_NAMEstatic StringJOBS_DIRstatic IntegerMIN_NUMBER_OF_CHARACTERSstatic StringOS_NAMEstatic StringPOM_FILEstatic StringRESULT_URL_FILEstatic StringSLASHstatic StringVERSIONstatic StringWORKSPACE
-
Constructor Summary
Constructors Constructor Description PluginConstants()
-
-
-
Field Detail
-
FAIL_THE_BUILD
public static final String FAIL_THE_BUILD
- See Also:
- Constant Field Values
-
INTEGRATION_NAME
public static final String INTEGRATION_NAME
- See Also:
- Constant Field Values
-
DISPLAY_NAME
public static final String DISPLAY_NAME
- See Also:
- Constant Field Values
-
GIT_BRANCH
public static final String GIT_BRANCH
- See Also:
- Constant Field Values
-
GIT_COMMIT
public static final String GIT_COMMIT
- See Also:
- Constant Field Values
-
BUILD_URL
public static final String BUILD_URL
- See Also:
- Constant Field Values
-
GIT_URL
public static final String GIT_URL
- See Also:
- Constant Field Values
-
MIN_NUMBER_OF_CHARACTERS
public static final Integer MIN_NUMBER_OF_CHARACTERS
-
POM_FILE
public static final String POM_FILE
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
OS_NAME
public static final String OS_NAME
- See Also:
- Constant Field Values
-
BUILD_ID
public static final String BUILD_ID
- See Also:
- Constant Field Values
-
JENKINS_HOME
public static final String JENKINS_HOME
- See Also:
- Constant Field Values
-
JOB_BASE_NAME
public static final String JOB_BASE_NAME
- See Also:
- Constant Field Values
-
JOBS_DIR
public static final String JOBS_DIR
- See Also:
- Constant Field Values
-
BUILDS_DIR
public static final String BUILDS_DIR
- See Also:
- Constant Field Values
-
SLASH
public static final String SLASH
- See Also:
- Constant Field Values
-
RESULT_URL_FILE
public static final String RESULT_URL_FILE
- See Also:
- Constant Field Values
-
CONTRIBUTING_DEVELOPER_SOURCE_NAME
public static final String CONTRIBUTING_DEVELOPER_SOURCE_NAME
- See Also:
- Constant Field Values
-
CONTRIBUTING_DEVELOPER_SOURCE
public static final String CONTRIBUTING_DEVELOPER_SOURCE
- See Also:
- Constant Field Values
-
WORKSPACE
public static final String WORKSPACE
- See Also:
- Constant Field Values
-
-