Uses of Interface
jetbrains.buildServer.serverSide.dependency.BuildDependency
-
-
Uses of BuildDependency in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type BuildDependency Modifier and Type Method Description Collection<? extends BuildDependency>
BuildPromotion. getDependedOnMe()
Returns snapshot dependencies of parent build promotions depending on this promotion.Collection<? extends BuildDependency>
BuildPromotion. getDependencies()
Returns the direct snapshot dependencies of this build promotion filtered according to current user permissions. -
Uses of BuildDependency in jetbrains.buildServer.serverSide.dependency
Subinterfaces of BuildDependency in jetbrains.buildServer.serverSide.dependency Modifier and Type Interface Description interface
BuildDependencyEx
-
Uses of BuildDependency in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildDependency Modifier and Type Method Description static DependentBuildStartPredicate.BuildContinuationInterruptedInfo
DependentBuildStartPredicate. shouldInterruptExecution(BuildDependency dependency)
-
Uses of BuildDependency in jetbrains.buildServer.serverSide.impl.dependency
Classes in jetbrains.buildServer.serverSide.impl.dependency that implement BuildDependency Modifier and Type Class Description class
BuildDependencyImpl
-