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 of 
AbstractFileCompressStep.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic booleanSECURITY-2169 escape hatch.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDecompressStepExecution(AbstractFileDecompressStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected Objectrun()protected voidsetCallable(AbstractFileCallable<? extends Object> callable) Methods 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
- 
Field Details- 
ALLOW_EXTRACTION_OUTSIDE_DESTINATIONpublic static boolean ALLOW_EXTRACTION_OUTSIDE_DESTINATIONSECURITY-2169 escape hatch.
 
- 
- 
Constructor Details- 
DecompressStepExecutionprotected DecompressStepExecution(@NonNull AbstractFileDecompressStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details- 
setCallable
- 
run- Specified by:
- runin class- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
- Throws:
- IOException
- InterruptedException
 
 
-