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
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
getId()
Id ofBluePipelineStep.getId()
destination nodeabstract String
getType()
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
-