Package com.cdancy.jenkins.rest
Class JenkinsConstants
- java.lang.Object
-
- com.cdancy.jenkins.rest.JenkinsConstants
-
public class JenkinsConstants extends Object
Various constants that can be used in a global context.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_TOKEN_ENVIRONMENT_VARIABLEstatic StringAPI_TOKEN_SYSTEM_PROPERTYstatic StringCREDENTIALS_ENVIRONMENT_VARIABLEstatic StringCREDENTIALS_SYSTEM_PROPERTYstatic StringDEFAULT_ENDPOINTstatic StringENDPOINT_ENVIRONMENT_VARIABLEstatic StringENDPOINT_SYSTEM_PROPERTYstatic StringJCLOUDS_PROPERTY_IDstatic StringJCLOUDS_VARIABLE_IDstatic StringJENKINS_COOKIES_JSESSIONIDstatic StringJENKINS_REST_PROPERTY_IDstatic StringJENKINS_REST_VARIABLE_IDstatic StringOPTIONAL_FOLDER_PATH_PARAMstatic StringUSER_IN_USER_API
-
Constructor Summary
Constructors Modifier Constructor Description protectedJenkinsConstants()
-
-
-
Field Detail
-
ENDPOINT_SYSTEM_PROPERTY
public static final String ENDPOINT_SYSTEM_PROPERTY
- See Also:
- Constant Field Values
-
ENDPOINT_ENVIRONMENT_VARIABLE
public static final String ENDPOINT_ENVIRONMENT_VARIABLE
-
CREDENTIALS_SYSTEM_PROPERTY
public static final String CREDENTIALS_SYSTEM_PROPERTY
- See Also:
- Constant Field Values
-
CREDENTIALS_ENVIRONMENT_VARIABLE
public static final String CREDENTIALS_ENVIRONMENT_VARIABLE
-
API_TOKEN_SYSTEM_PROPERTY
public static final String API_TOKEN_SYSTEM_PROPERTY
- See Also:
- Constant Field Values
-
API_TOKEN_ENVIRONMENT_VARIABLE
public static final String API_TOKEN_ENVIRONMENT_VARIABLE
-
DEFAULT_ENDPOINT
public static final String DEFAULT_ENDPOINT
- See Also:
- Constant Field Values
-
JCLOUDS_PROPERTY_ID
public static final String JCLOUDS_PROPERTY_ID
- See Also:
- Constant Field Values
-
JENKINS_REST_PROPERTY_ID
public static final String JENKINS_REST_PROPERTY_ID
- See Also:
- Constant Field Values
-
JCLOUDS_VARIABLE_ID
public static final String JCLOUDS_VARIABLE_ID
- See Also:
- Constant Field Values
-
JENKINS_REST_VARIABLE_ID
public static final String JENKINS_REST_VARIABLE_ID
- See Also:
- Constant Field Values
-
OPTIONAL_FOLDER_PATH_PARAM
public static final String OPTIONAL_FOLDER_PATH_PARAM
- See Also:
- Constant Field Values
-
USER_IN_USER_API
public static final String USER_IN_USER_API
- See Also:
- Constant Field Values
-
JENKINS_COOKIES_JSESSIONID
public static final String JENKINS_COOKIES_JSESSIONID
- See Also:
- Constant Field Values
-
-