Uses of Interface
jetbrains.buildServer.serverSide.dependency.DependencyGraphEstimate
-
Packages that use DependencyGraphEstimate Package Description jetbrains.buildServer.serverSide.dependency jetbrains.buildServer.serverSide.impl.dependency -
-
Uses of DependencyGraphEstimate in jetbrains.buildServer.serverSide.dependency
Subinterfaces of DependencyGraphEstimate in jetbrains.buildServer.serverSide.dependency Modifier and Type Interface Description interface
BuildDependencyGraph
Represents build dependency graph or a part of the graph depending on how this graph was obtained.interface
TopBuildDependencyGraph
Represents the whole dependency graph (created on the topmost node) -
Uses of DependencyGraphEstimate in jetbrains.buildServer.serverSide.impl.dependency
Classes in jetbrains.buildServer.serverSide.impl.dependency that implement DependencyGraphEstimate Modifier and Type Class Description class
BuildDependencyGraphImpl
class
TopBuildDependencyGraphImpl
Represents the topmost graph.
-