Uses of Interface
jetbrains.buildServer.serverSide.dependency.BuildDependencyEx
-
-
Uses of BuildDependencyEx in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type BuildDependencyEx Modifier and Type Method Description Collection<BuildDependencyEx>
MockBuildPromotion. getDependedOnMe()
Collection<BuildDependencyEx>
MockBuildPromotion. getDependencies()
-
Uses of BuildDependencyEx in jetbrains.buildServer.pipeline
Method parameters in jetbrains.buildServer.pipeline with type arguments of type BuildDependencyEx Modifier and Type Method Description BuildPromotionEx
PipelineFixture. findJob(Collection<BuildDependencyEx> dependencies, String jobId)
-
Uses of BuildDependencyEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type BuildDependencyEx Modifier and Type Method Description Collection<BuildDependencyEx>
BuildPromotionEx. getDependedOnMe()
Collection<BuildDependencyEx>
BuildPromotionEx. getDependencies()
-
Uses of BuildDependencyEx in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type BuildDependencyEx Modifier and Type Method Description Collection<BuildDependencyEx>
BuildPromotionImpl. getDependedOnMe()
Collection<BuildDependencyEx>
DummyBuildPromotion. getDependedOnMe()
Collection<BuildDependencyEx>
BuildPromotionImpl. getDependencies()
Collection<BuildDependencyEx>
DummyBuildPromotion. getDependencies()
-
Uses of BuildDependencyEx in jetbrains.buildServer.serverSide.impl.dependency
Classes in jetbrains.buildServer.serverSide.impl.dependency that implement BuildDependencyEx Modifier and Type Class Description class
BuildDependencyImpl
Methods in jetbrains.buildServer.serverSide.impl.dependency that return types with arguments of type BuildDependencyEx Modifier and Type Method Description Collection<BuildDependencyEx>
BuildPromotionDependencies. getDependedOnMe()
Collection<BuildDependencyEx>
BuildPromotionDependencies. getDependencies()
Methods in jetbrains.buildServer.serverSide.impl.dependency with parameters of type BuildDependencyEx Modifier and Type Method Description int
BuildDependencyImpl. compareTo(BuildDependencyEx o)
-