Uses of Class
jetbrains.buildServer.util.Option
-
-
Uses of Option in jetbrains
Methods in jetbrains that return Option Modifier and Type Method Description Option[]
MockBuildType. getChangedOptions()
Methods in jetbrains that return types with arguments of type Option Modifier and Type Method Description Collection<Option>
MockBuildType. getOptions()
Collection<Option>
MockBuildType. getOwnOptions()
Methods in jetbrains with parameters of type Option Modifier and Type Method Description <T> T
MockBuildType. getOption(Option<T> option)
<T> T
MockBuildType. getOptionDefaultValue(Option<T> option)
<T> void
MockBuildType. setOption(Option<T> option, T value)
-
Uses of Option in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type Option Modifier and Type Method Description Map<Option<?>,Object>
BuildTypeData. getOptions()
Methods in jetbrains.buildServer with parameters of type Option Modifier and Type Method Description <T> T
BuildTypeData. getOption(Option<T> option)
-
Uses of Option in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent with parameters of type Option Modifier and Type Method Description <T> T
AgentBuildSettings. getBuildTypeOptionValue(Option<T> option)
Returns value of the specified build configuration option -
Uses of Option in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl with parameters of type Option Modifier and Type Method Description <T> T
AgentBuildSettingsImpl. getBuildTypeOptionValue(Option<T> option)
<T> T
AgentBuildSettingsProxy. getBuildTypeOptionValue(Option<T> option)
-
Uses of Option in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer with parameters of type Option Modifier and Type Method Description <T> T
AgentBuild. getOptionValue(Option<T> option)
Method parameters in jetbrains.buildServer.agentServer with type arguments of type Option Modifier and Type Method Description void
AgentBuild. setBuildTypeOptions(Map<Option,Object> options)
-
Uses of Option in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type Option Modifier and Type Method Description Map<Option,Object>
BuildTypeOptionsForm. getChangedOptions()
Methods in jetbrains.buildServer.controllers.admin.projects with parameters of type Option Modifier and Type Method Description protected BuildTypeTemplate
BuildTypeOptionsForm. getOptionSpecOrigin(Option option, ControlDescription cd)
protected BuildTypeTemplate
EditBuildTypeForm. getOptionSpecOrigin(Option option, ControlDescription cd)
-
Uses of Option in jetbrains.buildServer.controllers.buildType
Methods in jetbrains.buildServer.controllers.buildType with parameters of type Option Modifier and Type Method Description <T> T
BuildTypeSettingsBean. getOption(Option<T> opt)
-
Uses of Option in jetbrains.buildServer.serverSide
Fields in jetbrains.buildServer.serverSide declared as Option Modifier and Type Field Description static Option<Boolean>
BuildTypeOptions. BT_ALLOW_EXTERNAL_STATUS
If true, viewing of the configuration status is allowed externally.static Option<Boolean>
BuildTypeOptions. BT_ALLOW_PERSONAL_BUILD_TRIGGERING
Controls whether personal builds can be triggered in this build configuration.static Option<String>
BuildTypeOptions. BT_ARTIFACT_RULES
Artifact publishing rules.static Option<String>
BuildTypeOptions. BT_BRANCH_FILTER
Branch filter for logical branch names in this configuration: allows to limit branches visible in this configuration.static Option<String>
BuildTypeOptions. BT_BUILD_CONFIGURATION_TYPE
Contains the type of the build configuration.static Option<Boolean>
BuildTypeOptions. BT_BUILD_DEFAULT_BRANCH
Deprecated.not used since 2019.1, useBuildTypeOptions.BT_BRANCH_FILTER
insteadstatic Option<String>
BuildTypeOptions. BT_BUILD_NUMBER_PATTERN
Build number patternstatic Option<String>
BuildTypeOptions. BT_CHECKOUT_DIR
Checkout directory.static Option<String>
BuildTypeOptions. BT_CHECKOUT_MODE
Preferred checkout type, can have values from jetbrains.buildServer.BuildTypeDescriptor#CheckoutType Actual checkout type can be different, for example, if ON_AGENT checkout type is set, but one of VCS roots does not support it, actual checkout type will be switched to ON_SERVER.static Option<Boolean>
BuildTypeOptions. BT_CLEAN_BUILD
If true, all files on an agent machine should be deleted before the build is started.static Option<Boolean>
BuildTypeOptions. BT_EXCLUDE_DEFAULT_BRANCH_CHANGES
Whether changes reachable from the default branch should be excluded from other branchesstatic Option<Integer>
BuildTypeOptions. BT_EXECUTION_TIMEOUT
Allows to set max build execution time (in minutes).static Option<Boolean>
BuildTypeOptions. BT_FAIL_IF_TESTS_FAIL
If true, build will fail if there is at least one failed test.static Option<Boolean>
BuildTypeOptions. BT_FAIL_ON_ANY_ERROR_MESSAGE
If true, build will fail if any error message is received from logger.static Option<Boolean>
BuildTypeOptions. BT_FAIL_ON_EXIT_CODE
If true, build will fail if build process exit code was non-zerostatic Option<Boolean>
BuildTypeOptions. 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<String>
BuildTypeOptions. BT_GENERATED_SETTINGS_CHECKSUM
Can be set in the build configurations generated by some plugin or REST API script to store a checksum of settings that were used to generate it.static Option<Boolean>
BuildTypeOptions. BT_HANGING_BUILDS_DETECTION_ENABLED
Enables or disables hanging builds detection in this build configurationstatic Option<Integer>
BuildTypeOptions. BT_MAX_RUNNING_BUILDS
Allows to set maximum number of simultaneously running builds.static Option<String>
BuildTypeOptions. BT_MAX_RUNNING_BUILDS_PER_BRANCH
Allows to set maximum number of simultaneously running builds per branch.static Option<Boolean>
BuildTypeOptions. BT_SHOW_DEPS_CHANGES
If true, build will include snapshot dependencies changes when reporting changes on UIstatic Option<Boolean>
BuildTypeOptions. BT_SUPPORT_TEST_RETRY
If true, successful test run with the same name mutes failed test with the same name in the same buildstatic Option<String>
BuildTypeOptions. VCS_LABELING_BRANCH_FILTER
Deprecated.since 10.0, vcs labeling is a build feature, no a build optionMethods in jetbrains.buildServer.serverSide that return types with arguments of type Option Modifier and Type Method Description Collection<Option>
ReadOnlyOptionSupport. getOptions()
Methods in jetbrains.buildServer.serverSide with parameters of type Option Modifier and Type Method Description default <T> T
BuildTypeEx. getDeclaredOption(Option<T> option)
Get option value declared in this BuildTypeSettingsdefault <T> T
BuildTypeSettingsEx. getDeclaredOption(Option<T> option)
<T> T
AbstractBuildSettings. getOption(Option<T> option)
<T> T
ReadOnlyBuildSettings. getOption(Option<T> option)
<T> T
ReadOnlyOptionSupport. getOption(Option<T> option)
default <T> TypedValue<T>
BuildTypeEx. getTypedOption(Option<T> option)
Get option extended value.<T> TypedValue<T>
BuildTypeSettings. getTypedOption(Option<T> option)
Get option extended value.default <T> TypedValue<T>
BuildTypeSettingsEx. getTypedOption(Option<T> option)
-
Uses of Option in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type Option Modifier and Type Method Description <T> BuildTypeSettingsAssert
BuildTypeSettingsAssert. hasDeclaredOption(Option<T> option, T expected)
<T> BuildTypeTemplateAssert
BuildTypeTemplateAssert. hasDeclaredOption(Option<T> option, T expected)
<T> SBuildTypeAssert
SBuildTypeAssert. hasDeclaredOption(Option<T> option, T expected)
<T> BuildTypeSettingsAssert
BuildTypeSettingsAssert. hasOption(Option<T> option, T value)
<T> BuildTypeTemplateAssert
BuildTypeTemplateAssert. hasOption(Option<T> option, T value)
<T> SBuildTypeAssert
SBuildTypeAssert. hasOption(Option<T> option, T value)
<T> BuildTypeSettingsAssert
BuildTypeSettingsAssert. hasOptionDefaultValue(Option<T> option, T expected)
<T> BuildTypeTemplateAssert
BuildTypeTemplateAssert. hasOptionDefaultValue(Option<T> option, T expected)
<T> SBuildTypeAssert
SBuildTypeAssert. hasOptionDefaultValue(Option<T> option, T expected)
-
Uses of Option in jetbrains.buildServer.serverSide.dependency
Fields in jetbrains.buildServer.serverSide.dependency declared as Option Modifier and Type Field Description static Option<Boolean>
DependencyOptions. RUN_BUILD_ON_THE_SAME_AGENT
Whether a dependent build must be run on the same agent where its' dependency has run.static Option<Boolean>
DependencyOptions. SYNCHRONIZE_REVISIONS
If set to false, disables revisions synchronization between dependent build and its dependency.static Option<Boolean>
DependencyOptions. TAKE_STARTED_BUILD_WITH_SAME_REVISIONS
If this option is set to true TeamCity will try to replace build (part of a dependent builds graph) in queue with equivalent running or finished build (except personal, cancelled or probably hanging).static Option<Boolean>
DependencyOptions. TAKE_SUCCESSFUL_BUILDS_ONLY
If this option is set to true TeamCity will replace build (part of a dependent builds graph) in queue with equivalent successful running or finished build. -
Uses of Option in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return Option Modifier and Type Method Description Option[]
BuildTypeImpl. getChangedOptions()
Option[]
BuildTypeSettingsImpl. getChangedOptions()
Option[]
BuildTypeTemplateImpl. getChangedOptions()
Option[]
DummyBuildType. getChangedOptions()
Option[]
EditableBuildTypeCopy. getChangedOptions()
Option[]
EditableTemplateCopy. getChangedOptions()
Option[]
InaccessibleTemplate. getChangedOptions()
Option[]
RemoteBuildTypeImpl. getChangedOptions()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type Option Modifier and Type Method Description <T> T
BuildTypeImpl. getDeclaredOption(Option<T> option)
<T> T
BuildTypeTemplateImpl. getDeclaredOption(Option<T> option)
<T> T
EditableTemplateCopy. getDeclaredOption(Option<T> option)
<T> T
BuildTypeImpl. getOption(Option<T> option)
<T> T
BuildTypeSettingsImpl. getOption(Option<T> option)
<T> T
BuildTypeTemplateImpl. getOption(Option<T> option)
<T> T
CachingBuildSettings. getOption(Option<T> option)
<T> T
CompositeBranchSpec. getOption(Option<T> option)
<T> T
DummyBuildType. getOption(Option<T> option)
<T> T
EditableBuildTypeCopy. getOption(Option<T> option)
<T> T
EditableTemplateCopy. getOption(Option<T> option)
<T> T
InaccessibleTemplate. getOption(Option<T> option)
<T> T
RemoteBuildTypeImpl. getOption(Option<T> option)
<T> T
BuildTypeImpl. getOptionDefaultValue(Option<T> option)
<T> T
BuildTypeSettingsImpl. getOptionDefaultValue(Option<T> option)
<T> T
BuildTypeTemplateImpl. getOptionDefaultValue(Option<T> option)
<T> T
DummyBuildType. getOptionDefaultValue(Option<T> option)
<T> T
EditableBuildTypeCopy. getOptionDefaultValue(Option<T> option)
<T> T
EditableTemplateCopy. getOptionDefaultValue(Option<T> option)
<T> T
InaccessibleTemplate. getOptionDefaultValue(Option<T> option)
<T> T
RemoteBuildTypeImpl. getOptionDefaultValue(Option<T> option)
<T> TypedValue<T>
BuildTypeSettingsImpl. getTypedOption(Option<T> option)
<T> TypedValue<T>
BuildTypeTemplateImpl. getTypedOption(Option<T> option)
<T> TypedValue<T>
EditableTemplateCopy. getTypedOption(Option<T> option)
ControlDescription
EnforcedOptionSpecParser. parseSpec(Option option, String optionValue, String rawOptionSpec)
ControlDescription
OptionSpecParser. parseSpec(Option option, String optionValue, String optionSpec)
<T> void
BuildTypeImpl. setOption(Option<T> option, T value)
<T> void
BuildTypeSettingsImpl. setOption(Option<T> option, T value)
<T> void
BuildTypeTemplateImpl. setOption(Option<T> option, T value)
<T> void
DummyBuildType. setOption(Option<T> option, T value)
<T> void
EditableBuildTypeCopy. setOption(Option<T> option, T value)
<T> void
EditableTemplateCopy. setOption(Option<T> option, T value)
<T> void
InaccessibleTemplate. setOption(Option<T> option, T value)
<T> void
RemoteBuildTypeImpl. setOption(Option<T> option, T value)
default <T> void
ValidationProvider. validate(Option<T> option, T value)
Validates option`s value and throwsSpecValidationException
if the option is incorrect for this option<T> List<ValidationProvider.ValidationError<Option<T>>>
CompositeEnforcedSettings. validateOption(Option<T> option, T value)
<T> List<ValidationProvider.ValidationError<Option<T>>>
ValidationProvider. validateOption(Option<T> option, T value)
-
Uses of Option in jetbrains.buildServer.serverSide.impl.buildTypeSettings
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings that return types with arguments of type Option Modifier and Type Method Description ContainerWithInherited<Option<Object>,OptionValue<Object>>
ContainerFactory. createOptionContainer()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
BuildTypeSettingsSupport. getOptionSupport()
-
Uses of Option in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that return Option Modifier and Type Method Description protected Option<Object>
OptionResolvingStrategy. from(OptionValue<Object> val)
Option[]
OptionSupportAdapter. getChangedOptions()
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that return types with arguments of type Option Modifier and Type Method Description ContainerWithInherited<Option<Object>,OptionValue<Object>>
BuildTypeContainerFactoryImpl. createOptionContainer()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
CompositeEnforcedSettingsContainerFactory. createOptionContainer()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
DetachedContainerFactory. createOptionContainer()
ContainerWithInheritedImpl<Option<Object>,OptionValue<Object>>
TemplateContainerFactory. createOptionContainer()
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl with parameters of type Option Modifier and Type Method Description <T> T
OptionSupportAdapter. getDeclaredDefault(Option<T> option)
<T> T
OptionSupportAdapter. getDeclaredOption(Option<T> option)
<T> T
OptionSupportAdapter. getOption(Option<T> option)
<T> T
OptionSupportAdapter. getOptionDefaultValue(Option<T> option)
<T> OptionValue<T>
OptionSupportAdapter. getOwnOptionValue(Option<T> option)
<T> TypedValue<T>
OptionSupportAdapter. getTypedOption(Option<T> option)
ControlDescription
DisabledOptionSpecParser. parseSpec(Option option, String optionValue, String optionSpec)
<T> void
OptionSupportAdapter. setOption(Option<T> option, T value)
<T> void
OptionSupportAdapter. setOption(Option<T> option, T value, ControlDescription spec)
Constructor parameters in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl with type arguments of type Option Constructor Description OptionSupportAdapter(ContainerWithInherited<Option<Object>,OptionValue<Object>> container, OptionSpecParser specValidator)
-
Uses of Option in jetbrains.buildServer.serverSide.impl.dependency
Methods in jetbrains.buildServer.serverSide.impl.dependency that return Option Modifier and Type Method Description Option[]
BuildDependencyImpl. getChangedOptions()
Option[]
DependencyImpl. getChangedOptions()
Methods in jetbrains.buildServer.serverSide.impl.dependency that return types with arguments of type Option Modifier and Type Method Description Collection<Option>
BuildDependencyImpl. getOptions()
Collection<Option>
DependencyImpl. getOptions()
Collection<Option>
BuildDependencyImpl. getOwnOptions()
Collection<Option>
DependencyImpl. getOwnOptions()
Methods in jetbrains.buildServer.serverSide.impl.dependency with parameters of type Option Modifier and Type Method Description <T> T
BuildDependencyImpl. getDeclaredOption(Option<T> option)
<T> T
DependencyImpl. getDeclaredOption(Option<T> option)
<T> T
BuildDependencyImpl. getOption(Option<T> option)
<T> T
DependencyImpl. getOption(Option<T> option)
<T> T
BuildDependencyImpl. getOptionDefaultValue(Option<T> option)
<T> T
DependencyImpl. getOptionDefaultValue(Option<T> option)
ControlDescription
DependencyImpl. getOptionSpec(Option option)
<T> OptionValue<T>
DependencyImpl. getOwnOptionValue(Option<T> option)
<T> void
BuildDependencyImpl. setOption(Option<T> option, T value)
<T> void
DependencyImpl. setOption(Option<T> option, T value)
<T> void
DependencyImpl. setOption(Option<T> option, T value, ControlDescription spec)
-
Uses of Option in jetbrains.buildServer.serverSide.parameters.types
Methods in jetbrains.buildServer.serverSide.parameters.types with parameters of type Option Modifier and Type Method Description <T> ParameterType<T>
ParameterTypeManager. findParameterType(Option<T> option)
-
Uses of Option in jetbrains.buildServer.util
Subclasses of Option in jetbrains.buildServer.util Modifier and Type Class Description class
BooleanOption
Boolean optionclass
EnumOption<T extends Enum<T>>
class
IntegerOption
Integer optionclass
StringOption
String optionMethods in jetbrains.buildServer.util that return Option Modifier and Type Method Description static Option
Option. fromKey(String key)
Find option with given key in the registry of optionsOption[]
DependencyOptionSupportImpl. getChangedOptions()
Option[]
EmptyOptionSupport. getChangedOptions()
Option[]
OptionSupport. getChangedOptions()
Return options with changed values, i.e.Option<T>
OptionValue. getOption()
Methods in jetbrains.buildServer.util that return types with arguments of type Option Modifier and Type Method Description Collection<Option>
DependencyOptionSupportImpl. getOptions()
Collection<Option>
EmptyOptionSupport. getOptions()
Collection<Option>
OptionSupport. getOptions()
Collection<Option>
DependencyOptionSupportImpl. getOwnOptions()
Collection<Option>
EmptyOptionSupport. getOwnOptions()
Collection<Option>
OptionSupport. getOwnOptions()
Return options defined in this object, i.e.Methods in jetbrains.buildServer.util with parameters of type Option Modifier and Type Method Description static int
OptionValue. compareByKey(Option left, Option right)
<T> T
DependencyOptionSupportImpl. getDeclaredOption(Option<T> option)
<T> T
EmptyOptionSupport. getDeclaredOption(Option<T> option)
<T> T
OptionSupport. getDeclaredOption(Option<T> option)
Get option value declared in this BuildTypeSettings<T> T
DependencyOptionSupportImpl. getOption(Option<T> option)
<T> T
EmptyOptionSupport. getOption(Option<T> option)
<T> T
OptionSupport. getOption(Option<T> option)
Get option value<T> T
DependencyOptionSupportImpl. getOptionDefaultValue(Option<T> option)
<T> T
EmptyOptionSupport. getOptionDefaultValue(Option<T> option)
<T> T
OptionSupport. getOptionDefaultValue(Option<T> option)
default <T> ControlDescription
OptionSupportEx. getOptionSpec(Option<T> option)
Get option spec string.<T> OptionValue<T>
DependencyOptionSupportImpl. getOwnOptionValue(Option<T> option)
<T> OptionValue<T>
EmptyOptionSupport. getOwnOptionValue(Option<T> option)
<T> OptionValue<T>
OptionSupportEx. getOwnOptionValue(Option<T> option)
Get option value-spec pair.default String
OptionSupportEx. getRawOptionSpec(Option option)
<T> void
DependencyOptionSupportImpl. setOption(Option<T> option, T value)
<T> void
DependencyOptionSupportImpl. setOption(Option<T> option, T value, ControlDescription spec)
<T> void
EmptyOptionSupport. setOption(Option<T> option, T value)
<T> void
EmptyOptionSupport. setOption(Option<T> option, T value, ControlDescription spec)
<T> void
OptionSupport. setOption(Option<T> option, T value)
Set option value, clears value if it is the same as default<T> void
OptionSupportEx. setOption(Option<T> option, T value, ControlDescription spec)
Set option value and its specConstructors in jetbrains.buildServer.util with parameters of type Option Constructor Description OptionValue(Option<T> option, T value)
OptionValue(Option<T> option, T value, ControlDescription parsedSpec)
-
Uses of Option in jetbrains.buildServer.vcs
Fields in jetbrains.buildServer.vcs declared as Option Modifier and Type Field Description static Option<Boolean>
BranchSpec. ALLOW_DEFAULT_BRANCH
Deprecated.since 2024.07static Option<Boolean>
BranchSpec. FALLBACK_TO_DEFAULT
Whether the default branch revision should be used when no matching vcs branch foundMethods in jetbrains.buildServer.vcs with parameters of type Option Modifier and Type Method Description <T> T
BranchSpec. getOption(Option<T> option)
Returns value of the specified option or its default value if such option is not specified in this spec -
Uses of Option in jetbrains.buildServer.vcs.spec
Methods in jetbrains.buildServer.vcs.spec with parameters of type Option Modifier and Type Method Description <T> T
DefaultBranchSpec. getOption(Option<T> option)
<T> T
PatternBranchSpec. getOption(Option<T> option)
-