public class JUnitResultsStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<TestResultSummary>
Constructor and Description |
---|
JUnitResultsStepExecution(JUnitResultsStep step,
org.jenkinsci.plugins.workflow.steps.StepContext context) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getEnclosingBlockIds(List<org.jenkinsci.plugins.workflow.graph.FlowNode> nodes) |
static List<String> |
getEnclosingBlockNames(List<org.jenkinsci.plugins.workflow.graph.FlowNode> nodes) |
static List<org.jenkinsci.plugins.workflow.graph.FlowNode> |
getEnclosingStagesAndParallels(org.jenkinsci.plugins.workflow.graph.FlowNode node)
Get the stage and parallel branch start node IDs (not the body nodes) for this node, innermost first.
|
protected TestResultSummary |
run() |
blocksRestart, getStatus, onResume, start, stop
public JUnitResultsStepExecution(@NonNull JUnitResultsStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
protected TestResultSummary run() throws Exception
run
in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<TestResultSummary>
Exception
@NonNull public static List<org.jenkinsci.plugins.workflow.graph.FlowNode> getEnclosingStagesAndParallels(org.jenkinsci.plugins.workflow.graph.FlowNode node)
node
- A flownode.@NonNull public static List<String> getEnclosingBlockIds(@NonNull List<org.jenkinsci.plugins.workflow.graph.FlowNode> nodes)
Copyright © 2016–2022. All rights reserved.