java.lang.Object
org.jenkinsci.plugins.workflow.support.pickles.serialization.DryOwner
All Implemented Interfaces:
Serializable

public class DryOwner extends Object implements Serializable
Replaces FlowExecutionOwner in the persisted object graph.

This allows the program state to be restored with the "correct" FlowExecutionOwner that's implicit by the context in which the read-back happens.

Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • DryOwner

      public DryOwner()