Class TarStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
org.jenkinsci.plugins.pipeline.utility.steps.CompressStepExecution
org.jenkinsci.plugins.pipeline.utility.steps.tar.TarStepExecution
- All Implemented Interfaces:
- Serializable
Execution of 
TarStep.- Author:
- Alexander Falkenstern <Alexander.Falkenstern@gmail.com>.
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedTarStepExecution(TarStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) 
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.CompressStepExecutionsetCallableMethods 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- 
TarStepExecutionprotected TarStepExecution(@NonNull TarStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details- 
run- Overrides:
- runin class- CompressStepExecution
- Throws:
- Exception
 
 
-