Class PickleFactory
java.lang.Object
org.jenkinsci.plugins.workflow.pickles.PickleFactory
- All Implemented Interfaces:
ExtensionPoint
Provides a way of converting transient objects into
Pickle
s.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<PickleFactory>
all()
abstract Pickle
writeReplace
(Object object)
-
Constructor Details
-
PickleFactory
public PickleFactory()
-
-
Method Details
-
writeReplace
-
all
-