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 Summary
ConstructorsModifierConstructorDescriptionprotectedCompressStepExecution(AbstractFileCompressStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Modifier and TypeMethodDescriptionprotected Voidrun()protected voidsetCallable(AbstractFileCallable callable) Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
CompressStepExecution
protected CompressStepExecution(@NonNull AbstractFileCompressStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details