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
public class ReadManifestStepExecution extends AbstractFileOrTextStepExecution<SimpleManifest>
Execution ofReadManifestStep
.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution
ws
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReadManifestStepExecution(ReadManifestStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SimpleManifest
doRun()
-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution
run
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
ReadManifestStepExecution
protected ReadManifestStepExecution(@NonNull ReadManifestStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Detail
-
doRun
protected SimpleManifest doRun() throws Exception
- Specified by:
doRun
in classAbstractFileOrTextStepExecution<SimpleManifest>
- Throws:
Exception
-
-