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
public class UnZipStepExecution extends DecompressStepExecution
The execution of aUnZipStep
.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UnZipStepExecution.UnZipFileCallable
Performs 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
Constructors Modifier Constructor Description protected
UnZipStepExecution(UnZipStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
run()
-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecution
setCallable
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
UnZipStepExecution
protected UnZipStepExecution(@NonNull UnZipStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Detail
-
run
protected Object run() throws IOException, InterruptedException
- Overrides:
run
in classDecompressStepExecution
- Throws:
IOException
InterruptedException
-
-