Class LoadStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.workflow.cps.steps.LoadStepExecution
- All Implemented Interfaces:
- Serializable
public class LoadStepExecution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
Loads another Groovy script file and executes it.
- Author:
- Kohsuke Kawaguchi
- See Also:
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImplinjectMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecutionacceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, stop
- 
Method Details- 
start- Specified by:
- startin class- org.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
- Exception
 
- 
onResumepublic void onResume()- Overrides:
- onResumein class- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
 
 
-