Class UnTarStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecution
org.jenkinsci.plugins.pipeline.utility.steps.tar.UnTarStepExecution
- All Implemented Interfaces:
- Serializable
The execution of a 
UnTarStep.- Author:
- Alexander Falkenstern <Alexander.Falkenstern@gmail.com>.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classPerforms the untar on the slave where the tar file is located.
- 
Field SummaryFields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecutionALLOW_EXTRACTION_OUTSIDE_DESTINATION
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedUnTarStepExecution(UnTarStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) 
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecutionsetCallableMethods 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- 
UnTarStepExecutionprotected UnTarStepExecution(@NonNull UnTarStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details- 
run- Overrides:
- runin class- DecompressStepExecution
- Throws:
- IOException
- InterruptedException
 
 
-