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 classMockBuildTypeMethods in jetbrains with parameters of type Dependent Modifier and Type Method Description booleanMockBuildType. intersectsWith(Dependent dependent) -
Uses of Dependent in jetbrains.buildServer.serverSide
Subinterfaces of Dependent in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceBuildTypeExinterfaceBuildTypeTemplateBuild configuration template.interfaceBuildTypeTemplateExinterfaceSBuildTypeThis 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 DependencyBaseServerSpringContextTestCase. 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 booleanDependent. 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 interfaceRemoteBuildTypeRepresents temporary created configuration to run personal changes for the specified configuration.interfaceRemoteBuildTypeExClasses in jetbrains.buildServer.serverSide.impl that implement Dependent Modifier and Type Class Description classBuildTypeImplclassBuildTypeTemplateImplclassDummyBuildTypeclassEditableBuildTypeCopyclassEditableTemplateCopyclassInaccessibleTemplateWrapper 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)classRemoteBuildTypeImplMethods in jetbrains.buildServer.serverSide.impl with parameters of type Dependent Modifier and Type Method Description booleanBuildTypeImpl. intersectsWith(Dependent dependent)booleanBuildTypeTemplateImpl. intersectsWith(Dependent dependent)booleanDummyBuildType. intersectsWith(Dependent dependent)booleanEditableBuildTypeCopy. intersectsWith(Dependent dependent)booleanEditableTemplateCopy. intersectsWith(Dependent dependent)booleanInaccessibleTemplate. intersectsWith(Dependent dependent)booleanRemoteBuildTypeImpl. 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 classSecuredBuildTypeclassSecuredBuildTypeTemplateMethods in jetbrains.buildServer.serverSide.impl.auth with parameters of type Dependent Modifier and Type Method Description booleanSecuredBuildType. intersectsWith(Dependent dependent)booleanSecuredBuildTypeTemplate. intersectsWith(Dependent dependent)
-