Class CacheStepExecution

  • All Implemented Interfaces:
    Serializable

    public class CacheStepExecution
    extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
    See Also:
    Serialized Form
    • 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

      Constructors 
      Modifier Constructor Description
      protected CacheStepExecution​(org.jenkinsci.plugins.workflow.steps.StepContext context, Long maxCacheSize, boolean skipSave, boolean skipRestore, List<Cache> caches, String defaultBranch)  
    • Constructor Detail

      • CacheStepExecution

        protected CacheStepExecution​(org.jenkinsci.plugins.workflow.steps.StepContext context,
                                     Long maxCacheSize,
                                     boolean skipSave,
                                     boolean skipRestore,
                                     List<Cache> caches,
                                     String defaultBranch)
    • Method Detail

      • start

        public boolean start()
                      throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.StepExecution
        Throws:
        Exception