public class NodeRunStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
BlueRun.BlueRunResult |
result |
BlueRun.BlueRunState |
state |
| Constructor and Description |
|---|
NodeRunStatus(BlueRun.BlueRunResult result,
BlueRun.BlueRunState state) |
NodeRunStatus(org.jenkinsci.plugins.workflow.graph.FlowNode endNode) |
NodeRunStatus(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus status) |
| Modifier and Type | Method and Description |
|---|---|
BlueRun.BlueRunResult |
getResult() |
BlueRun.BlueRunState |
getState() |
public final BlueRun.BlueRunResult result
public final BlueRun.BlueRunState state
public NodeRunStatus(@Nonnull org.jenkinsci.plugins.workflow.graph.FlowNode endNode)
public NodeRunStatus(BlueRun.BlueRunResult result, BlueRun.BlueRunState state)
public NodeRunStatus(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus status)
public BlueRun.BlueRunResult getResult()
public BlueRun.BlueRunState getState()
Copyright © 2016–2021. All rights reserved.