Package com.cdancy.bitbucket.rest
Class BitbucketConstants
- java.lang.Object
-
- com.cdancy.bitbucket.rest.BitbucketConstants
-
public class BitbucketConstants extends Object
Various constants that can be used in a global context.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBITBUCKET_REST_PROPERTY_IDstatic StringBITBUCKET_REST_VARIABLE_IDstatic StringCREDENTIALS_ENVIRONMENT_VARIABLEstatic StringCREDENTIALS_SYSTEM_PROPERTYstatic StringDEFAULT_ENDPOINTstatic StringENDPOINT_ENVIRONMENT_VARIABLEstatic StringENDPOINT_SYSTEM_PROPERTYstatic StringJCLOUDS_PROPERTY_IDstatic StringJCLOUDS_VARIABLE_IDstatic StringTOKEN_ENVIRONMENT_VARIABLEstatic StringTOKEN_SYSTEM_PROPERTY
-
Constructor Summary
Constructors Modifier Constructor Description protectedBitbucketConstants()
-
-
-
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
-
TOKEN_SYSTEM_PROPERTY
public static final String TOKEN_SYSTEM_PROPERTY
- See Also:
- Constant Field Values
-
TOKEN_ENVIRONMENT_VARIABLE
public static final String 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
-
BITBUCKET_REST_PROPERTY_ID
public static final String BITBUCKET_REST_PROPERTY_ID
- See Also:
- Constant Field Values
-
JCLOUDS_VARIABLE_ID
public static final String JCLOUDS_VARIABLE_ID
- See Also:
- Constant Field Values
-
BITBUCKET_REST_VARIABLE_ID
public static final String BITBUCKET_REST_VARIABLE_ID
- See Also:
- Constant Field Values
-
-