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 ofAbstractFileCompressStep
.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CompressStepExecution(AbstractFileCompressStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Void
run()
protected void
setCallable(AbstractFileCallable callable)
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
CompressStepExecution
protected CompressStepExecution(@NonNull AbstractFileCompressStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Detail
-
setCallable
protected void setCallable(AbstractFileCallable callable)
-
-