Class WorkspaceListLeasePickle.Factory
java.lang.Object
org.jenkinsci.plugins.workflow.pickles.PickleFactory
org.jenkinsci.plugins.workflow.support.pickles.SingleTypedPickleFactory<WorkspaceList.Lease>
org.jenkinsci.plugins.workflow.support.pickles.WorkspaceListLeasePickle.Factory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- WorkspaceListLeasePickle
@Extension
public static final class WorkspaceListLeasePickle.Factory
extends org.jenkinsci.plugins.workflow.support.pickles.SingleTypedPickleFactory<WorkspaceList.Lease>
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.jenkinsci.plugins.workflow.pickles.Pickle
pickle
(WorkspaceList.Lease lease) Methods inherited from class org.jenkinsci.plugins.workflow.support.pickles.SingleTypedPickleFactory
writeReplace
Methods inherited from class org.jenkinsci.plugins.workflow.pickles.PickleFactory
all
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
pickle
@NonNull protected org.jenkinsci.plugins.workflow.pickles.Pickle pickle(@NonNull WorkspaceList.Lease lease) - Specified by:
pickle
in classorg.jenkinsci.plugins.workflow.support.pickles.SingleTypedPickleFactory<WorkspaceList.Lease>
-