Uses of Class
jetbrains.buildServer.controllers.graph.GraphNode
-
Packages that use GraphNode Package Description jetbrains.buildServer.controllers.graph -
-
Uses of GraphNode in jetbrains.buildServer.controllers.graph
Methods in jetbrains.buildServer.controllers.graph that return GraphNode Modifier and Type Method Description protected abstract GraphNode<T>
AbstractBuildChainGraph. getOrCreateNode(BuildPromotion buildPromotion, Map<String,GraphNode<T>> nodesMap)
protected abstract GraphNode<T>
AbstractBuildChainGraph. getOrCreateNode(SBuildType buildType, Map<String,GraphNode<T>> nodesMap)
protected GraphNode<BuildInfo>
BuildChainGraph. getOrCreateNode(BuildPromotion buildPromotion, Map<String,GraphNode<BuildInfo>> nodesMap)
protected GraphNode<BuildInfo>
BuildChainGraph. getOrCreateNode(SBuildType buildType, Map<String,GraphNode<BuildInfo>> nodesMap)
Methods in jetbrains.buildServer.controllers.graph that return types with arguments of type GraphNode Modifier and Type Method Description protected List<List<GraphNode<T>>>
AbstractBuildChainGraph. computeLayers()
protected List<List<GraphNode<BuildInfo>>>
BuildChainGraph. computeLayers()
static <T> DAG<GraphNode<T>>
DAGFactory. createDAGFromEdges(Collection<? extends Pair<GraphNode<T>,GraphNode<T>>> edges)
List<GraphNode<T>>
GraphNode. getChildren()
Returns children of this node, i.e.DAG<GraphNode<T>>
LayeredLayout. getDag()
List<List<GraphNode<T>>>
AbstractBuildChainGraph. getLayers()
List<List<GraphNode<T>>>
LayeredLayout. getLayers()
static <T> List<GraphNode<T>>
LayeredLayout. getNeighbors(GraphNode<T> n, int direction)
List<GraphNode<T>>
GraphNode. getParents()
Returns parents of this node, i.e.DAG<GraphNode<String>>
GMLReader. loadGraph(File f)
DAG<GraphNode<String>>
GMLReader. loadGraph(InputStream is)
Methods in jetbrains.buildServer.controllers.graph with parameters of type GraphNode Modifier and Type Method Description static <T> List<GraphNode<T>>
LayeredLayout. getNeighbors(GraphNode<T> n, int direction)
GraphNode.EdgeStyle
GraphNode. getParentEdgeStyle(GraphNode<T> parent)
static <T> boolean
LayeredLayout. isFakeNode(GraphNode<T> node)
void
GraphNode. setParentEdgeStyle(GraphNode<T> parent, GraphNode.EdgeStyle edgeStyle)
Method parameters in jetbrains.buildServer.controllers.graph with type arguments of type GraphNode Modifier and Type Method Description static <T> DAG<GraphNode<T>>
DAGFactory. createDAGFromEdges(Collection<? extends Pair<GraphNode<T>,GraphNode<T>>> edges)
static <T> DAG<GraphNode<T>>
DAGFactory. createDAGFromEdges(Collection<? extends Pair<GraphNode<T>,GraphNode<T>>> edges)
protected abstract GraphNode<T>
AbstractBuildChainGraph. getOrCreateNode(BuildPromotion buildPromotion, Map<String,GraphNode<T>> nodesMap)
protected abstract GraphNode<T>
AbstractBuildChainGraph. getOrCreateNode(SBuildType buildType, Map<String,GraphNode<T>> nodesMap)
protected GraphNode<BuildInfo>
BuildChainGraph. getOrCreateNode(BuildPromotion buildPromotion, Map<String,GraphNode<BuildInfo>> nodesMap)
protected GraphNode<BuildInfo>
BuildChainGraph. getOrCreateNode(SBuildType buildType, Map<String,GraphNode<BuildInfo>> nodesMap)
Constructor parameters in jetbrains.buildServer.controllers.graph with type arguments of type GraphNode Constructor Description LayeredLayout(DAG<GraphNode<T>> dag)
-