Class WorkspaceListLeasePickle

java.lang.Object
org.jenkinsci.plugins.workflow.pickles.Pickle
org.jenkinsci.plugins.workflow.support.pickles.WorkspaceListLeasePickle
All Implemented Interfaces:
Serializable

@Deprecated public class WorkspaceListLeasePickle extends org.jenkinsci.plugins.workflow.pickles.Pickle
Deprecated.
Normally now done via ExecutorStepDynamicContext.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<?>
    rehydrate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner)
    Deprecated.
     

    Methods inherited from class org.jenkinsci.plugins.workflow.pickles.Pickle

    rehydrate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • rehydrate

      public com.google.common.util.concurrent.ListenableFuture<?> rehydrate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner)
      Deprecated.
      Overrides:
      rehydrate in class org.jenkinsci.plugins.workflow.pickles.Pickle