Class CompressStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
org.jenkinsci.plugins.pipeline.utility.steps.CompressStepExecution
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TarStepExecution,- ZipStepExecution
public abstract class CompressStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
Execution of 
AbstractFileCompressStep.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCompressStepExecution(AbstractFileCompressStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected Voidrun()protected voidsetCallable(AbstractFileCallable 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
- 
Constructor Details- 
CompressStepExecutionprotected CompressStepExecution(@NonNull AbstractFileCompressStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details