Class CacheStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
jenkins.plugins.jobcacher.pipeline.CacheStepExecution
- All Implemented Interfaces:
Serializable
public class CacheStepExecution
extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.Block, org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.TailCall
-
Constructor Summary
ModifierConstructorDescriptionprotected
CacheStepExecution
(org.jenkinsci.plugins.workflow.steps.StepContext context, Long maxCacheSize, boolean skipSave, boolean skipRestore, List<Cache> caches, String defaultBranch) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
blocksRestart, getStatus, onResume, run, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
CacheStepExecution
-
-
Method Details
-
start
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-