Class PickleFactory

java.lang.Object
org.jenkinsci.plugins.workflow.pickles.PickleFactory
All Implemented Interfaces:
ExtensionPoint

public abstract class PickleFactory extends Object implements ExtensionPoint
Provides a way of converting transient objects into Pickles.
  • Constructor Details

    • PickleFactory

      public PickleFactory()
  • Method Details