Uses of Interface
jetbrains.buildServer.serverSide.dependency.DependencyGraph
-
Packages that use DependencyGraph Package Description jetbrains.buildServer.serverSide.dependency jetbrains.buildServer.serverSide.impl.dependency -
-
Uses of DependencyGraph in jetbrains.buildServer.serverSide.dependency
Subinterfaces of DependencyGraph 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
BuildTypeDependencyGraph
interface
TopBuildDependencyGraph
Represents the whole dependency graph (created on the topmost node)Classes in jetbrains.buildServer.serverSide.dependency that implement DependencyGraph Modifier and Type Class Description class
BuildTypeDependencyGraphImpl
-
Uses of DependencyGraph in jetbrains.buildServer.serverSide.impl.dependency
Classes in jetbrains.buildServer.serverSide.impl.dependency that implement DependencyGraph Modifier and Type Class Description class
BuildDependencyGraphImpl
class
TopBuildDependencyGraphImpl
Represents the topmost graph.
-