Uses of Interface
jetbrains.buildServer.serverSide.dependency.DependencySettings
-
-
Uses of DependencySettings in jetbrains
Classes in jetbrains that implement DependencySettings Modifier and Type Class Description class
MockBuildType
Methods in jetbrains with parameters of type DependencySettings Modifier and Type Method Description Dependency
BuildServerCreator. addDependency(DependencySettings dependent, SBuildType dependOn, boolean withGraphOptimization)
-
Uses of DependencySettings in jetbrains.buildServer.serverSide
Subinterfaces of DependencySettings in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildTypeEx
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 DependencySettings in jetbrains.buildServer.serverSide.dependency
Subinterfaces of DependencySettings in jetbrains.buildServer.serverSide.dependency Modifier and Type Interface Description interface
Dependent
Describes something which has dependencies to other build configurations.Methods in jetbrains.buildServer.serverSide.dependency with parameters of type DependencySettings Modifier and Type Method Description protected Dependency
BaseRunBuildChainTestCase. addDependency(DependencySettings dependent, SBuildType dependOn)
-
Uses of DependencySettings in jetbrains.buildServer.serverSide.impl
Subinterfaces of DependencySettings 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 DependencySettings 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
Methods in jetbrains.buildServer.serverSide.impl with parameters of type DependencySettings Modifier and Type Method Description protected Dependency
BaseServerTestCase. addDependency(DependencySettings dependent, SBuildType dependOn)
List<SBuildType>
DependencyCollector. getDependencies(DependencySettings dependencySettings)
Returns build type dependencies sorted by distance from the specifieddependencySettings
void
DependencyCollector. traverseDependencies(DependencySettings startFrom, DependencyConsumer<BuildTypeEx> dependencyConsumer)
Traverses all build types dependencies transitively. -
Uses of DependencySettings in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement DependencySettings Modifier and Type Class Description class
SecuredBuildType
class
SecuredBuildTypeTemplate
-