Uses of Class
jetbrains.buildServer.controllers.graph.GraphNode.EdgeStyle
-
Packages that use GraphNode.EdgeStyle Package Description jetbrains.buildServer.controllers.graph -
-
Uses of GraphNode.EdgeStyle in jetbrains.buildServer.controllers.graph
Methods in jetbrains.buildServer.controllers.graph that return GraphNode.EdgeStyle Modifier and Type Method Description GraphNode.EdgeStyle
GraphNode. getParentEdgeStyle(GraphNode<T> parent)
static GraphNode.EdgeStyle
GraphNode.EdgeStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphNode.EdgeStyle[]
GraphNode.EdgeStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.controllers.graph with parameters of type GraphNode.EdgeStyle Modifier and Type Method Description void
GraphNode. setParentEdgeStyle(GraphNode<T> parent, GraphNode.EdgeStyle edgeStyle)
-