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:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractFileOrTextStepExecution(AbstractFileOrTextStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) 
- 
Method SummaryMethods 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
- 
Field Details- 
ws
 
- 
- 
Constructor Details- 
AbstractFileOrTextStepExecutionprotected AbstractFileOrTextStepExecution(@NonNull AbstractFileOrTextStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details