| Modifier and Type | Method and Description |
|---|---|
static GenericStatus |
StatusAndTiming.computeChunkStatus(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
org.jenkinsci.plugins.workflow.graph.FlowNode before,
org.jenkinsci.plugins.workflow.graph.FlowNode firstNode,
org.jenkinsci.plugins.workflow.graph.FlowNode lastNode,
org.jenkinsci.plugins.workflow.graph.FlowNode after)
Compute the overall status for a chunk comprising firstNode through lastNode, inclusive
|
static GenericStatus |
StatusAndTiming.computeChunkStatus(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
org.jenkinsci.plugins.workflow.graphanalysis.MemoryFlowChunk chunk)
Return status or null if not executed all (null FlowExecution)
|
static GenericStatus |
StatusAndTiming.condenseStatus(Collection<GenericStatus> statuses)
Combines the status results from a list of parallel branches to report a single overall status
|
static GenericStatus |
GenericStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericStatus[] |
GenericStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,GenericStatus> |
StatusAndTiming.computeBranchStatuses(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
org.jenkinsci.plugins.workflow.graph.FlowNode parallelStart,
List<org.jenkinsci.plugins.workflow.graph.BlockStartNode> branchStarts,
List<org.jenkinsci.plugins.workflow.graph.FlowNode> branchEnds,
org.jenkinsci.plugins.workflow.graph.FlowNode parallelEnd)
Compute status codes for a set of parallel branches.
|
static Map<String,GenericStatus> |
StatusAndTiming.computeBranchStatuses(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
org.jenkinsci.plugins.workflow.graphanalysis.ParallelMemoryFlowChunk parallel) |
| Modifier and Type | Method and Description |
|---|---|
static GenericStatus |
StatusAndTiming.condenseStatus(Collection<GenericStatus> statuses)
Combines the status results from a list of parallel branches to report a single overall status
|
Copyright © 2016. All rights reserved.