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 String
BUILD_ID
static String
BUILD_URL
static String
BUILDS_DIR
static String
CONTRIBUTING_DEVELOPER_SOURCE
static String
CONTRIBUTING_DEVELOPER_SOURCE_NAME
static String
DISPLAY_NAME
static String
FAIL_THE_BUILD
static String
GIT_BRANCH
static String
GIT_COMMIT
static String
GIT_URL
static String
INTEGRATION_NAME
static String
JENKINS_HOME
static String
JOB_BASE_NAME
static String
JOBS_DIR
static Integer
MIN_NUMBER_OF_CHARACTERS
static String
OS_NAME
static String
POM_FILE
static String
RESULT_URL_FILE
static String
SLASH
static String
VERSION
static String
WORKSPACE
-
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
-
-