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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MavenInvokerStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, MavenInvokerStep step)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<String>
getEnclosingBlockNames(List<? extends org.jenkinsci.plugins.workflow.graph.BlockStartNode> nodes)
protected MavenInvokerResults
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
MavenInvokerStepExecution
public MavenInvokerStepExecution(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, MavenInvokerStep step)
-
-
Method Detail
-
run
protected MavenInvokerResults run() throws Exception
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<MavenInvokerResults>
- Throws:
Exception
-
-