Package io.jenkins.blueocean.rest.model
Class BluePipelineNode.Edge
java.lang.Object
io.jenkins.blueocean.rest.model.BluePipelineNode.Edge
- Enclosing class:
BluePipelineNode
Represents edge of pipeline flow graph
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetId()Id ofBluePipelineStep.getId()destination nodeabstract StringgetType()Type ofBluePipelineStep.getType()destination node
-
Constructor Details
-
Edge
public Edge()
-
-
Method Details
-
getId
Id ofBluePipelineStep.getId()destination node- Returns:
- node id
-
getType
Type ofBluePipelineStep.getType()destination node- Returns:
- type
-