|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BuildTypeOptions
Contains constants for build configuration options.
| Field Summary | |
|---|---|
static Option<java.lang.Boolean> |
BT_ALLOW_EXTERNAL_STATUS
If true, viewing of the configuration status is allowed externally. |
static Option<java.lang.String> |
BT_BUILD_NUMBER_PATTERN
Build number pattern |
static Option<java.lang.Boolean> |
BT_CLEAN_BUILD
If true, all files on an agent machine should be deleted before the build is started. |
static Option<java.lang.Integer> |
BT_EXECUTION_TIMEOUT
Allows to set max build execution time (in minutes). |
static Option<java.lang.Boolean> |
BT_FAIL_IF_TESTS_FAIL
If true, build will fail if there is at least one failed test. |
static Option<java.lang.Boolean> |
BT_FAIL_ON_ANY_ERROR_MESSAGE
If true, build will fail if any error message is received from logger. |
static Option<java.lang.Boolean> |
BT_FAIL_ON_EXIT_CODE
If true, build will fail if build process exit code was non-zero |
static Option<java.lang.Boolean> |
BT_FAIL_ON_OOME_OR_CRASH
If true then build will be marked as failed if out of memory error or process crash is detected. |
static Option<java.lang.Boolean> |
BT_HANGING_BUILDS_DETECTION_ENABLED
Enables or disables hanging builds detection in this build configuration |
static Option<java.lang.Integer> |
BT_MAX_RUNNING_BUILDS
Allows to set maximum number of simultaneously running builds. |
static Option<java.lang.Boolean> |
BT_SHOW_DEPS_CHANGES
If true, build will include snapshot dependencies changes when reporting changes on UI |
static java.lang.String |
DEFAULT_BUILD_NUMBER_PATTERN
|
| Method Summary |
|---|
| Methods inherited from interface jetbrains.buildServer.util.OptionSupport |
|---|
getChangedOptions, getOption, setOption |
| Field Detail |
|---|
static final Option<java.lang.Boolean> BT_CLEAN_BUILD
OptionSupport.getOption(jetbrains.buildServer.util.Option) static final Option<java.lang.Boolean> BT_FAIL_IF_TESTS_FAIL
OptionSupport.getOption(jetbrains.buildServer.util.Option) static final Option<java.lang.Boolean> BT_ALLOW_EXTERNAL_STATUS
OptionSupport.getOption(jetbrains.buildServer.util.Option) static final Option<java.lang.Integer> BT_EXECUTION_TIMEOUT
OptionSupport.getOption(jetbrains.buildServer.util.Option) static final Option<java.lang.Integer> BT_MAX_RUNNING_BUILDS
OptionSupport.getOption(jetbrains.buildServer.util.Option) static final Option<java.lang.Boolean> BT_FAIL_ON_ANY_ERROR_MESSAGE
OptionSupport.getOption(jetbrains.buildServer.util.Option) static final Option<java.lang.Boolean> BT_FAIL_ON_EXIT_CODE
OptionSupport.getOption(jetbrains.buildServer.util.Option) static final Option<java.lang.Boolean> BT_FAIL_ON_OOME_OR_CRASH
static final Option<java.lang.Boolean> BT_HANGING_BUILDS_DETECTION_ENABLED
static final java.lang.String DEFAULT_BUILD_NUMBER_PATTERN
static final Option<java.lang.String> BT_BUILD_NUMBER_PATTERN
static final Option<java.lang.Boolean> BT_SHOW_DEPS_CHANGES
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||