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 Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractFileOrTextStepExecution
(AbstractFileOrTextStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Field Details
-
ws
-
-
Constructor Details
-
AbstractFileOrTextStepExecution
protected AbstractFileOrTextStepExecution(@NonNull AbstractFileOrTextStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details