Uses of Interface
jetbrains.buildServer.util.OptionSupport
-
-
Uses of OptionSupport in jetbrains
Classes in jetbrains that implement OptionSupport Modifier and Type Class Description class
MockBuildType
Methods in jetbrains with parameters of type OptionSupport Modifier and Type Method Description static void
BuildServerCreator. makeComposite(OptionSupport btComposite)
-
Uses of OptionSupport in jetbrains.buildServer.serverSide
Subinterfaces of OptionSupport in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildTypeEx
interface
BuildTypeOptions
Contains constants for build configuration options.interface
BuildTypeSettings
Contains build configuration settingsinterface
BuildTypeSettingsEx
interface
BuildTypeTemplate
Build configuration template.interface
BuildTypeTemplateEx
interface
SBuildType
This class represents TeamCity build configuration on the server-side. -
Uses of OptionSupport in jetbrains.buildServer.serverSide.dependency
Subinterfaces of OptionSupport in jetbrains.buildServer.serverSide.dependency Modifier and Type Interface Description interface
BuildDependency
Build Dependency represents an instance of Dependency between Build Types.interface
BuildDependencyEx
interface
Dependency
This class describes a dependency from one build configuration to another build configuration.interface
DependencyOptions
Contains set of dependency options -
Uses of OptionSupport in jetbrains.buildServer.serverSide.impl
Subinterfaces of OptionSupport in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interface
RemoteBuildType
Represents temporary created configuration to run personal changes for the specified configuration.interface
RemoteBuildTypeEx
Classes in jetbrains.buildServer.serverSide.impl that implement OptionSupport Modifier and Type Class Description class
BuildTypeImpl
class
BuildTypeSettingsImpl
class
BuildTypeTemplateImpl
class
DummyBuildType
class
EditableBuildTypeCopy
class
EditableTemplateCopy
class
InaccessibleTemplate
Wrapper object used in the case when template became inaccessible to current user (either template was deleted or template is from the project to which user does not have permissions)class
RemoteBuildTypeImpl
-
Uses of OptionSupport in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement OptionSupport Modifier and Type Class Description class
SecuredBuildType
class
SecuredBuildTypeTemplate
-
Uses of OptionSupport in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl
Classes in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that implement OptionSupport Modifier and Type Class Description class
OptionSupportAdapter
-
Uses of OptionSupport in jetbrains.buildServer.serverSide.impl.dependency
Classes in jetbrains.buildServer.serverSide.impl.dependency that implement OptionSupport Modifier and Type Class Description class
BuildDependencyImpl
class
DependencyImpl
class
UnresolvedDependency
Methods in jetbrains.buildServer.serverSide.impl.dependency with parameters of type OptionSupport Modifier and Type Method Description static DependencyOptions
BuildDependencyImpl. copyOptions(OptionSupport optionSupport)
Constructors in jetbrains.buildServer.serverSide.impl.dependency with parameters of type OptionSupport Constructor Description BuildDependencyImpl(BuildPromotionEx dependOn, BuildPromotionEx dependent, OptionSupport options)
-
Uses of OptionSupport in jetbrains.buildServer.util
Subinterfaces of OptionSupport in jetbrains.buildServer.util Modifier and Type Interface Description interface
OptionSupportEx
Classes in jetbrains.buildServer.util that implement OptionSupport Modifier and Type Class Description class
DependencyOptionSupportImpl
User: kirclass
EmptyOptionSupport
-