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> TMockBuildType. getOption(Option<T> option)<T> TMockBuildType. getOptionDefaultValue(Option<T> option)<T> voidMockBuildType. 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> TBuildTypeData. 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> TAgentBuildSettings. 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> TAgentBuildSettingsImpl. getBuildTypeOptionValue(Option<T> option)<T> TAgentBuildSettingsProxy. 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> TAgentBuild. getOptionValue(Option<T> option)Method parameters in jetbrains.buildServer.agentServer with type arguments of type Option Modifier and Type Method Description voidAgentBuild. 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 BuildTypeTemplateBuildTypeOptionsForm. getOptionSpecOrigin(Option option, ControlDescription cd)protected BuildTypeTemplateEditBuildTypeForm. 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> TBuildTypeSettingsBean. 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_STATUSIf true, viewing of the configuration status is allowed externally.static Option<Boolean>BuildTypeOptions. BT_ALLOW_PERSONAL_BUILD_TRIGGERINGControls whether personal builds can be triggered in this build configuration.static Option<String>BuildTypeOptions. BT_ARTIFACT_RULESArtifact publishing rules.static Option<String>BuildTypeOptions. BT_BRANCH_FILTERBranch filter for logical branch names in this configuration: allows to limit branches visible in this configuration.static Option<String>BuildTypeOptions. BT_BUILD_CONFIGURATION_TYPEContains the type of the build configuration.static Option<Boolean>BuildTypeOptions. BT_BUILD_DEFAULT_BRANCHDeprecated.not used since 2019.1, useBuildTypeOptions.BT_BRANCH_FILTERinsteadstatic Option<String>BuildTypeOptions. BT_BUILD_NUMBER_PATTERNBuild number patternstatic Option<String>BuildTypeOptions. BT_CHECKOUT_DIRCheckout directory.static Option<String>BuildTypeOptions. BT_CHECKOUT_MODEPreferred 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_BUILDIf true, all files on an agent machine should be deleted before the build is started.static Option<Boolean>BuildTypeOptions. BT_EXCLUDE_DEFAULT_BRANCH_CHANGESWhether changes reachable from the default branch should be excluded from other branchesstatic Option<Integer>BuildTypeOptions. BT_EXECUTION_TIMEOUTAllows to set max build execution time (in minutes).static Option<Boolean>BuildTypeOptions. BT_FAIL_IF_TESTS_FAILIf true, build will fail if there is at least one failed test.static Option<Boolean>BuildTypeOptions. BT_FAIL_ON_ANY_ERROR_MESSAGEIf true, build will fail if any error message is received from logger.static Option<Boolean>BuildTypeOptions. BT_FAIL_ON_EXIT_CODEIf true, build will fail if build process exit code was non-zerostatic Option<Boolean>BuildTypeOptions. BT_FAIL_ON_OOME_OR_CRASHIf 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_CHECKSUMCan 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_ENABLEDEnables or disables hanging builds detection in this build configurationstatic Option<Integer>BuildTypeOptions. BT_MAX_RUNNING_BUILDSAllows to set maximum number of simultaneously running builds.static Option<String>BuildTypeOptions. BT_MAX_RUNNING_BUILDS_PER_BRANCHAllows to set maximum number of simultaneously running builds per branch.static Option<Boolean>BuildTypeOptions. BT_SHOW_DEPS_CHANGESIf true, build will include snapshot dependencies changes when reporting changes on UIstatic Option<Boolean>BuildTypeOptions. BT_SUPPORT_TEST_RETRYIf 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_FILTERDeprecated.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> TBuildTypeEx. getDeclaredOption(Option<T> option)Get option value declared in this BuildTypeSettingsdefault <T> TBuildTypeSettingsEx. getDeclaredOption(Option<T> option)<T> TAbstractBuildSettings. getOption(Option<T> option)<T> TReadOnlyBuildSettings. getOption(Option<T> option)<T> TReadOnlyOptionSupport. 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> BuildTypeSettingsAssertBuildTypeSettingsAssert. hasDeclaredOption(Option<T> option, T expected)<T> BuildTypeTemplateAssertBuildTypeTemplateAssert. hasDeclaredOption(Option<T> option, T expected)<T> SBuildTypeAssertSBuildTypeAssert. hasDeclaredOption(Option<T> option, T expected)<T> BuildTypeSettingsAssertBuildTypeSettingsAssert. hasOption(Option<T> option, T value)<T> BuildTypeTemplateAssertBuildTypeTemplateAssert. hasOption(Option<T> option, T value)<T> SBuildTypeAssertSBuildTypeAssert. hasOption(Option<T> option, T value)<T> BuildTypeSettingsAssertBuildTypeSettingsAssert. hasOptionDefaultValue(Option<T> option, T expected)<T> BuildTypeTemplateAssertBuildTypeTemplateAssert. hasOptionDefaultValue(Option<T> option, T expected)<T> SBuildTypeAssertSBuildTypeAssert. 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_AGENTWhether a dependent build must be run on the same agent where its' dependency has run.static Option<Boolean>DependencyOptions. SYNCHRONIZE_REVISIONSIf set to false, disables revisions synchronization between dependent build and its dependency.static Option<Boolean>DependencyOptions. TAKE_STARTED_BUILD_WITH_SAME_REVISIONSIf 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_ONLYIf 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> TBuildTypeImpl. getDeclaredOption(Option<T> option)<T> TBuildTypeTemplateImpl. getDeclaredOption(Option<T> option)<T> TEditableTemplateCopy. getDeclaredOption(Option<T> option)<T> TBuildTypeImpl. getOption(Option<T> option)<T> TBuildTypeSettingsImpl. getOption(Option<T> option)<T> TBuildTypeTemplateImpl. getOption(Option<T> option)<T> TCachingBuildSettings. getOption(Option<T> option)<T> TCompositeBranchSpec. getOption(Option<T> option)<T> TDummyBuildType. getOption(Option<T> option)<T> TEditableBuildTypeCopy. getOption(Option<T> option)<T> TEditableTemplateCopy. getOption(Option<T> option)<T> TInaccessibleTemplate. getOption(Option<T> option)<T> TRemoteBuildTypeImpl. getOption(Option<T> option)<T> TBuildTypeImpl. getOptionDefaultValue(Option<T> option)<T> TBuildTypeSettingsImpl. getOptionDefaultValue(Option<T> option)<T> TBuildTypeTemplateImpl. getOptionDefaultValue(Option<T> option)<T> TDummyBuildType. getOptionDefaultValue(Option<T> option)<T> TEditableBuildTypeCopy. getOptionDefaultValue(Option<T> option)<T> TEditableTemplateCopy. getOptionDefaultValue(Option<T> option)<T> TInaccessibleTemplate. getOptionDefaultValue(Option<T> option)<T> TRemoteBuildTypeImpl. 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)ControlDescriptionEnforcedOptionSpecParser. parseSpec(Option option, String optionValue, String rawOptionSpec)ControlDescriptionOptionSpecParser. parseSpec(Option option, String optionValue, String optionSpec)<T> voidBuildTypeImpl. setOption(Option<T> option, T value)<T> voidBuildTypeSettingsImpl. setOption(Option<T> option, T value)<T> voidBuildTypeTemplateImpl. setOption(Option<T> option, T value)<T> voidDummyBuildType. setOption(Option<T> option, T value)<T> voidEditableBuildTypeCopy. setOption(Option<T> option, T value)<T> voidEditableTemplateCopy. setOption(Option<T> option, T value)<T> voidInaccessibleTemplate. setOption(Option<T> option, T value)<T> voidRemoteBuildTypeImpl. setOption(Option<T> option, T value)default <T> voidValidationProvider. validate(Option<T> option, T value)Validates option`s value and throwsSpecValidationExceptionif 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> TOptionSupportAdapter. getDeclaredDefault(Option<T> option)<T> TOptionSupportAdapter. getDeclaredOption(Option<T> option)<T> TOptionSupportAdapter. getOption(Option<T> option)<T> TOptionSupportAdapter. getOptionDefaultValue(Option<T> option)<T> OptionValue<T>OptionSupportAdapter. getOwnOptionValue(Option<T> option)<T> TypedValue<T>OptionSupportAdapter. getTypedOption(Option<T> option)ControlDescriptionDisabledOptionSpecParser. parseSpec(Option option, String optionValue, String optionSpec)<T> voidOptionSupportAdapter. setOption(Option<T> option, T value)<T> voidOptionSupportAdapter. 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> TBuildDependencyImpl. getDeclaredOption(Option<T> option)<T> TDependencyImpl. getDeclaredOption(Option<T> option)<T> TBuildDependencyImpl. getOption(Option<T> option)<T> TDependencyImpl. getOption(Option<T> option)<T> TBuildDependencyImpl. getOptionDefaultValue(Option<T> option)<T> TDependencyImpl. getOptionDefaultValue(Option<T> option)ControlDescriptionDependencyImpl. getOptionSpec(Option option)<T> OptionValue<T>DependencyImpl. getOwnOptionValue(Option<T> option)<T> voidBuildDependencyImpl. setOption(Option<T> option, T value)<T> voidDependencyImpl. setOption(Option<T> option, T value)<T> voidDependencyImpl. 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 classBooleanOptionBoolean optionclassEnumOption<T extends Enum<T>>classIntegerOptionInteger optionclassStringOptionString optionMethods in jetbrains.buildServer.util that return Option Modifier and Type Method Description static OptionOption. 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 intOptionValue. compareByKey(Option left, Option right)<T> TDependencyOptionSupportImpl. getDeclaredOption(Option<T> option)<T> TEmptyOptionSupport. getDeclaredOption(Option<T> option)<T> TOptionSupport. getDeclaredOption(Option<T> option)Get option value declared in this BuildTypeSettings<T> TDependencyOptionSupportImpl. getOption(Option<T> option)<T> TEmptyOptionSupport. getOption(Option<T> option)<T> TOptionSupport. getOption(Option<T> option)Get option value<T> TDependencyOptionSupportImpl. getOptionDefaultValue(Option<T> option)<T> TEmptyOptionSupport. getOptionDefaultValue(Option<T> option)<T> TOptionSupport. getOptionDefaultValue(Option<T> option)default <T> ControlDescriptionOptionSupportEx. 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 StringOptionSupportEx. getRawOptionSpec(Option option)<T> voidDependencyOptionSupportImpl. setOption(Option<T> option, T value)<T> voidDependencyOptionSupportImpl. setOption(Option<T> option, T value, ControlDescription spec)<T> voidEmptyOptionSupport. setOption(Option<T> option, T value)<T> voidEmptyOptionSupport. setOption(Option<T> option, T value, ControlDescription spec)<T> voidOptionSupport. setOption(Option<T> option, T value)Set option value, clears value if it is the same as default<T> voidOptionSupportEx. 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_BRANCHDeprecated.since 2024.07static Option<Boolean>BranchSpec. FALLBACK_TO_DEFAULTWhether 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> TBranchSpec. 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> TDefaultBranchSpec. getOption(Option<T> option)<T> TPatternBranchSpec. getOption(Option<T> option)
-