Class UntrustedBuildsConstants
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.untrustedBuilds.UntrustedBuildsConstants
-
public class UntrustedBuildsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_LOGGING_ENABLED
static UntrustedBuildsSettings
DEFAULT
static int
DEFAULT_MAX_CACHE_SIZE
static String
ENABLED_INTERNAL_PROPERTY
static String
FAILED_TO_DETERMINE_UNTRUSTED_STATUS_WAIT_REASON
static String
FEATURE_TYPE
static String
MAX_CACHE_SIZE_PROPERTY
static String
PROJECT_FEATURE_APPROVAL_RULES
static String
PROJECT_FEATURE_DEFAULT_ACTION
static String
PROJECT_FEATURE_ENABLE_LOG
static String
PROJECT_FEATURE_MANUAL_START_APPROVAL
static String
PROJECT_FEATURE_TIMEOUT
static String
REQUIRES_APPROVAL_PROMOTION_ATTRIBUTE
static String
WILL_BE_CANCELED_WAIT_REASON
-
Constructor Summary
Constructors Constructor Description UntrustedBuildsConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UntrustedBuildsSettings
getDefault()
static int
getMaxCacheSize()
static boolean
isBuildLogEnabled()
static boolean
isEnabled()
-
-
-
Field Detail
-
FEATURE_TYPE
public static final String FEATURE_TYPE
- See Also:
- Constant Field Values
-
DEFAULT
public static final UntrustedBuildsSettings DEFAULT
-
ENABLED_INTERNAL_PROPERTY
public static final String ENABLED_INTERNAL_PROPERTY
- See Also:
- Constant Field Values
-
BUILD_LOGGING_ENABLED
public static final String BUILD_LOGGING_ENABLED
- See Also:
- Constant Field Values
-
MAX_CACHE_SIZE_PROPERTY
public static final String MAX_CACHE_SIZE_PROPERTY
- See Also:
- Constant Field Values
-
DEFAULT_MAX_CACHE_SIZE
public static final int DEFAULT_MAX_CACHE_SIZE
- See Also:
- Constant Field Values
-
WILL_BE_CANCELED_WAIT_REASON
public static final String WILL_BE_CANCELED_WAIT_REASON
- See Also:
- Constant Field Values
-
FAILED_TO_DETERMINE_UNTRUSTED_STATUS_WAIT_REASON
public static final String FAILED_TO_DETERMINE_UNTRUSTED_STATUS_WAIT_REASON
- See Also:
- Constant Field Values
-
PROJECT_FEATURE_DEFAULT_ACTION
public static final String PROJECT_FEATURE_DEFAULT_ACTION
- See Also:
- Constant Field Values
-
PROJECT_FEATURE_ENABLE_LOG
public static final String PROJECT_FEATURE_ENABLE_LOG
- See Also:
- Constant Field Values
-
PROJECT_FEATURE_APPROVAL_RULES
public static final String PROJECT_FEATURE_APPROVAL_RULES
- See Also:
- Constant Field Values
-
PROJECT_FEATURE_TIMEOUT
public static final String PROJECT_FEATURE_TIMEOUT
- See Also:
- Constant Field Values
-
PROJECT_FEATURE_MANUAL_START_APPROVAL
public static final String PROJECT_FEATURE_MANUAL_START_APPROVAL
- See Also:
- Constant Field Values
-
REQUIRES_APPROVAL_PROMOTION_ATTRIBUTE
public static final String REQUIRES_APPROVAL_PROMOTION_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isEnabled
public static boolean isEnabled()
-
isBuildLogEnabled
public static boolean isBuildLogEnabled()
-
getDefault
public static UntrustedBuildsSettings getDefault()
-
getMaxCacheSize
public static int getMaxCacheSize()
-
-