public class FlowNodeWrapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowNodeWrapper.NodeType |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
edges |
FlowNodeWrapper.NodeType |
type |
| Constructor and Description |
|---|
FlowNodeWrapper(org.jenkinsci.plugins.workflow.graph.FlowNode node,
NodeRunStatus status,
org.jenkinsci.plugins.workflow.pipelinegraphanalysis.TimingInfo timingInfo) |
FlowNodeWrapper(org.jenkinsci.plugins.workflow.graph.FlowNode node,
NodeRunStatus status,
org.jenkinsci.plugins.workflow.pipelinegraphanalysis.TimingInfo timingInfo,
org.jenkinsci.plugins.workflow.support.steps.input.InputStep inputStep) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(String id) |
void |
addEdges(List<String> edges) |
void |
addParent(FlowNodeWrapper parent) |
void |
addParents(Collection<FlowNodeWrapper> parents) |
boolean |
equals(Object obj) |
String |
getDisplayName() |
FlowNodeWrapper |
getFirstParent() |
String |
getId() |
org.jenkinsci.plugins.workflow.support.steps.input.InputStep |
getInputStep() |
org.jenkinsci.plugins.workflow.graph.FlowNode |
getNode() |
List<FlowNodeWrapper> |
getParents() |
NodeRunStatus |
getStatus() |
org.jenkinsci.plugins.workflow.pipelinegraphanalysis.TimingInfo |
getTiming() |
int |
hashCode() |
public final FlowNodeWrapper.NodeType type
public FlowNodeWrapper(@Nonnull org.jenkinsci.plugins.workflow.graph.FlowNode node, @Nonnull NodeRunStatus status, @Nonnull org.jenkinsci.plugins.workflow.pipelinegraphanalysis.TimingInfo timingInfo)
public FlowNodeWrapper(@Nonnull org.jenkinsci.plugins.workflow.graph.FlowNode node, @Nonnull NodeRunStatus status, @Nonnull org.jenkinsci.plugins.workflow.pipelinegraphanalysis.TimingInfo timingInfo, @Nullable org.jenkinsci.plugins.workflow.support.steps.input.InputStep inputStep)
@Nonnull public NodeRunStatus getStatus()
@Nonnull public org.jenkinsci.plugins.workflow.pipelinegraphanalysis.TimingInfo getTiming()
@Nonnull public org.jenkinsci.plugins.workflow.graph.FlowNode getNode()
public void addEdge(String id)
public void addParent(FlowNodeWrapper parent)
public void addParents(Collection<FlowNodeWrapper> parents)
@CheckForNull public FlowNodeWrapper getFirstParent()
@Nonnull public List<FlowNodeWrapper> getParents()
@CheckForNull public org.jenkinsci.plugins.workflow.support.steps.input.InputStep getInputStep()
Copyright © 2016. All rights reserved.