Class DecompressStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
-
- org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecution
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnTarStepExecution,UnZipStepExecution
public abstract class DecompressStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
Execution ofAbstractFileCompressStep.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static booleanALLOW_EXTRACTION_OUTSIDE_DESTINATIONSECURITY-2169 escape hatch.
-
Constructor Summary
Constructors Modifier Constructor Description protectedDecompressStepExecution(AbstractFileDecompressStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Objectrun()protected voidsetCallable(AbstractFileCallable<? extends Object> callable)-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
DecompressStepExecution
protected DecompressStepExecution(@NonNull AbstractFileDecompressStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Detail
-
setCallable
protected void setCallable(AbstractFileCallable<? extends Object> callable)
-
run
protected Object run() throws IOException, InterruptedException
- Specified by:
runin classorg.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>- Throws:
IOExceptionInterruptedException
-
-