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 boolean
ALLOW_EXTRACTION_OUTSIDE_DESTINATION
SECURITY-2169 escape hatch.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DecompressStepExecution(AbstractFileDecompressStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
run()
protected void
setCallable(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:
run
in classorg.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
- Throws:
IOException
InterruptedException
-
-