Class JUnitResultsStepExecution

    • Constructor Detail

      • JUnitResultsStepExecution

        public JUnitResultsStepExecution​(@NonNull
                                         JUnitResultsStep step,
                                         org.jenkinsci.plugins.workflow.steps.StepContext context)
    • Method Detail

      • getEnclosingStagesAndParallels

        @NonNull
        public 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.
        Parameters:
        node - A flownode.
        Returns:
        A nonnull, possibly empty list of stage/parallel branch start nodes, innermost first.
      • getEnclosingBlockIds

        @NonNull
        public static List<String> getEnclosingBlockIds​(@NonNull
                                                        List<org.jenkinsci.plugins.workflow.graph.FlowNode> nodes)
      • getEnclosingBlockNames

        @NonNull
        public static List<String> getEnclosingBlockNames​(@NonNull
                                                          List<org.jenkinsci.plugins.workflow.graph.FlowNode> nodes)