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 interfaceBuildDependencyGraphRepresents build dependency graph or a part of the graph depending on how this graph was obtained.interfaceTopBuildDependencyGraphRepresents 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 classBuildDependencyGraphImplclassTopBuildDependencyGraphImplRepresents the topmost graph.
-