Class MavenInvokerStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<MavenInvokerResults>
org.jenkinsci.plugins.maveninvoker.pipeline.MavenInvokerStepExecution
All Implemented Interfaces:
Serializable

public class MavenInvokerStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<MavenInvokerResults>
See Also:
  • Constructor Details

    • MavenInvokerStepExecution

      public MavenInvokerStepExecution(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, MavenInvokerStep step)
  • Method Details

    • run

      protected MavenInvokerResults run() throws Exception
      Specified by:
      run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<MavenInvokerResults>
      Throws:
      Exception
    • getEnclosingBlockNames

      @NonNull public static List<String> getEnclosingBlockNames(@NonNull List<? extends org.jenkinsci.plugins.workflow.graph.BlockStartNode> nodes)