Class UnZipStepExecution
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.zip.UnZipStepExecution
- All Implemented Interfaces:
- Serializable
The execution of a 
UnZipStep.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classPerforms the unzip on the slave where the zip file is located.
- 
Field SummaryFields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecutionALLOW_EXTRACTION_OUTSIDE_DESTINATION
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedUnZipStepExecution(UnZipStep 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- 
UnZipStepExecutionprotected UnZipStepExecution(@NonNull UnZipStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details- 
run- Overrides:
- runin class- DecompressStepExecution
- Throws:
- IOException
- InterruptedException
 
 
-