Class NodeRunStatus
java.lang.Object
io.jenkins.plugins.pipelinegraphview.utils.NodeRunStatus
- Author:
- Vivek Pandey
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNodeRunStatus
(BlueRun.BlueRunResult result, BlueRun.BlueRunState state) NodeRunStatus
(org.jenkinsci.plugins.workflow.graph.FlowNode endNode) NodeRunStatus
(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus status) NodeRunStatus
(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus status, boolean skipped) -
Method Summary
-
Field Details
-
result
-
state
-
-
Constructor Details
-
NodeRunStatus
public NodeRunStatus(@NonNull org.jenkinsci.plugins.workflow.graph.FlowNode endNode) -
NodeRunStatus
-
NodeRunStatus
public NodeRunStatus(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus status) -
NodeRunStatus
public NodeRunStatus(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus status, boolean skipped)
-
-
Method Details
-
getResult
-
getState
-
wasExecuted
public boolean wasExecuted()
-