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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPerforms the unzip on the slave where the zip file is located. -
Field Summary
Fields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecution
ALLOW_EXTRACTION_OUTSIDE_DESTINATION -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnZipStepExecution(UnZipStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecution
setCallableMethods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
UnZipStepExecution
protected UnZipStepExecution(@NonNull UnZipStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details
-
run
- Overrides:
runin classDecompressStepExecution- Throws:
IOExceptionInterruptedException
-