Class ReadManifestStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution<SimpleManifest>
org.jenkinsci.plugins.pipeline.utility.steps.conf.mf.ReadManifestStepExecution
- All Implemented Interfaces:
- Serializable
Execution of 
ReadManifestStep.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- 
Field SummaryFields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecutionws
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedReadManifestStepExecution(ReadManifestStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) 
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecutionrunMethods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecutionblocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecutionacceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
- 
Constructor Details- 
ReadManifestStepExecutionprotected ReadManifestStepExecution(@NonNull ReadManifestStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details- 
doRun- Specified by:
- doRunin class- AbstractFileOrTextStepExecution<SimpleManifest>
- Throws:
- Exception
 
 
-