Uses of Interface
jetbrains.buildServer.serverSide.dependency.Dependent
-
Packages that use Dependent Package Description jetbrains jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.dependency jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.auth -
-
Uses of Dependent in jetbrains
Classes in jetbrains that implement Dependent Modifier and Type Class Description class
MockBuildType
Methods in jetbrains with parameters of type Dependent Modifier and Type Method Description boolean
MockBuildType. intersectsWith(Dependent dependent)
-
Uses of Dependent in jetbrains.buildServer.serverSide
Subinterfaces of Dependent in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildTypeEx
interface
BuildTypeTemplate
Build configuration template.interface
BuildTypeTemplateEx
interface
SBuildType
This class represents TeamCity build configuration on the server-side.Methods in jetbrains.buildServer.serverSide with parameters of type Dependent Modifier and Type Method Description protected Dependency
BaseServerSpringContextTestCase. addDependency(Dependent dependent, SBuildType buildType)
-
Uses of Dependent in jetbrains.buildServer.serverSide.dependency
Methods in jetbrains.buildServer.serverSide.dependency with parameters of type Dependent Modifier and Type Method Description boolean
Dependent. intersectsWith(Dependent dependent)
Returns true if this object dependencies intersect (have same nodes) with specified object dependencies. -
Uses of Dependent in jetbrains.buildServer.serverSide.impl
Subinterfaces of Dependent 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 Dependent Modifier and Type Class Description class
BuildTypeImpl
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 Dependent Modifier and Type Method Description boolean
BuildTypeImpl. intersectsWith(Dependent dependent)
boolean
BuildTypeTemplateImpl. intersectsWith(Dependent dependent)
boolean
DummyBuildType. intersectsWith(Dependent dependent)
boolean
EditableBuildTypeCopy. intersectsWith(Dependent dependent)
boolean
EditableTemplateCopy. intersectsWith(Dependent dependent)
boolean
InaccessibleTemplate. intersectsWith(Dependent dependent)
boolean
RemoteBuildTypeImpl. intersectsWith(Dependent dependent)
-
Uses of Dependent in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement Dependent Modifier and Type Class Description class
SecuredBuildType
class
SecuredBuildTypeTemplate
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type Dependent Modifier and Type Method Description boolean
SecuredBuildType. intersectsWith(Dependent dependent)
boolean
SecuredBuildTypeTemplate. intersectsWith(Dependent dependent)
-