Class AbstractFileOrTextStepExecution<T>
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
-
- org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution<T>
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReadCSVStepExecution
,ReadJSONStepExecution
,ReadManifestStepExecution
,ReadPropertiesStepExecution
,ReadTOMLStepExecution
,ReadYamlStep.Execution
public abstract class AbstractFileOrTextStepExecution<T> extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractFileOrTextStepExecution(AbstractFileOrTextStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract T
doRun()
protected T
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Field Detail
-
ws
protected FilePath ws
-
-
Constructor Detail
-
AbstractFileOrTextStepExecution
protected AbstractFileOrTextStepExecution(@NonNull AbstractFileOrTextStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-