Uses of Interface
jetbrains.buildServer.serverSide.dependency.BuildDependencyGraph
-
-
Uses of BuildDependencyGraph in jetbrains.buildServer
Methods in jetbrains.buildServer that return BuildDependencyGraph Modifier and Type Method Description BuildDependencyGraph
MockBuildPromotion. getDependencyGraph()
-
Uses of BuildDependencyGraph in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return BuildDependencyGraph Modifier and Type Method Description BuildDependencyGraph
BuildPromotionEx. getDependencyGraph()
Returns dependency graph as if this build promotion is the top of the graph. -
Uses of BuildDependencyGraph in jetbrains.buildServer.serverSide.dependency
Subinterfaces of BuildDependencyGraph in jetbrains.buildServer.serverSide.dependency Modifier and Type Interface Description interface
TopBuildDependencyGraph
Represents the whole dependency graph (created on the topmost node)Methods in jetbrains.buildServer.serverSide.dependency that return BuildDependencyGraph Modifier and Type Method Description BuildDependencyGraph
BuildDependencyGraphFactory. createGraph(BuildPromotionEx promotionEx)
Methods in jetbrains.buildServer.serverSide.dependency with parameters of type BuildDependencyGraph Modifier and Type Method Description boolean
TopBuildDependencyGraph. isEquivalentPartOf(BuildDependencyGraph otherGraph)
Returns true if this graph is equivalent to a part of the specified graph -
Uses of BuildDependencyGraph in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return BuildDependencyGraph Modifier and Type Method Description BuildDependencyGraph
AbstractBuildPromotion. getDependencyGraph()
protected BuildDependencyGraph
BaseRunningBuild. getDependencyGraph()
BuildDependencyGraph
CompositeRunningBuild. getDependencyGraph()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildDependencyGraph Modifier and Type Method Description int
ChainRemainingTimeComparator. compareTo(BuildDependencyGraph anotherChain)
Returns -1 if original chain has smaller remaining time and 1 otherwise.Constructors in jetbrains.buildServer.serverSide.impl with parameters of type BuildDependencyGraph Constructor Description ChainRemainingTimeComparator(BuildDependencyGraph originalChain, BuildDurationCalculator buildDurationCalculator)
-
Uses of BuildDependencyGraph in jetbrains.buildServer.serverSide.impl.dependency
Classes in jetbrains.buildServer.serverSide.impl.dependency that implement BuildDependencyGraph Modifier and Type Class Description class
BuildDependencyGraphImpl
class
TopBuildDependencyGraphImpl
Represents the topmost graph.Methods in jetbrains.buildServer.serverSide.impl.dependency with parameters of type BuildDependencyGraph Modifier and Type Method Description boolean
TopBuildDependencyGraphImpl. isEquivalentPartOf(BuildDependencyGraph otherGraph)
-