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 Summary
ConstructorsConstructorDescriptionMavenInvokerStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, MavenInvokerStep step) -
Method Summary
Modifier and TypeMethodDescriptiongetEnclosingBlockNames(List<? extends org.jenkinsci.plugins.workflow.graph.BlockStartNode> nodes) protected MavenInvokerResultsrun()Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
MavenInvokerStepExecution
public MavenInvokerStepExecution(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, MavenInvokerStep step)
-
-
Method Details
-
run
- Specified by:
runin classorg.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<MavenInvokerResults>- Throws:
Exception
-
getEnclosingBlockNames
-