Uses of Class
jetbrains.buildServer.util.OptionValue
-
-
Uses of OptionValue in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type OptionValue Modifier and Type Method Description ContainerWithInherited<Option<Object>,OptionValue<Object>>
BuildTypeSettingsImpl. getOptionSupport()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
BuildTypeTemplateImpl. getOptionSupport()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
CompositeEnforcedSettings. getOptionSupport()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
EditableTemplateCopy. getOptionSupport()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
EnforcedSettingsImpl. getOptionSupport()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
InaccessibleTemplate. getOptionSupport()
-
Uses of OptionValue in jetbrains.buildServer.serverSide.impl.buildTypeSettings
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings that return types with arguments of type OptionValue Modifier and Type Method Description ContainerWithInherited<Option<Object>,OptionValue<Object>>
ContainerFactory. createOptionContainer()
ContainerWithInherited<Option<Object>,OptionValue<Object>>
BuildTypeSettingsSupport. getOptionSupport()
-
Uses of OptionValue in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that return OptionValue Modifier and Type Method Description <T> OptionValue<T>
OptionSupportAdapter. getOwnOptionValue(Option<T> option)
protected OptionValue<Object>
OptionResolvingStrategy. merge(OptionValue<Object> base, OptionValue<Object> child)
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that return types with arguments of type OptionValue 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 OptionValue Modifier and Type Method Description protected Option<Object>
OptionResolvingStrategy. from(OptionValue<Object> val)
protected ControlDescription
OptionResolvingStrategy. getControlDescription(OptionValue<Object> data)
protected OptionValue<Object>
OptionResolvingStrategy. merge(OptionValue<Object> base, OptionValue<Object> child)
Constructor parameters in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl with type arguments of type OptionValue Constructor Description OptionSupportAdapter(ContainerWithInherited<Option<Object>,OptionValue<Object>> container, OptionSpecParser specValidator)
-
Uses of OptionValue in jetbrains.buildServer.serverSide.impl.dependency
Methods in jetbrains.buildServer.serverSide.impl.dependency that return OptionValue Modifier and Type Method Description <T> OptionValue<T>
DependencyImpl. getOwnOptionValue(Option<T> option)
-
Uses of OptionValue in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return OptionValue Modifier and Type Method Description <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.
-