Package org.jenkinsci.plugins.workflow.support.pickles
package org.jenkinsci.plugins.workflow.support.pickles
Helper classes to assist engines to serialize various Jenkins domain objects.
-
ClassDescription
Pickle
of aSecret
which stores the encrypted value.PickleFactory
implementation for a common situation where only kind of ephemeral object is being pickled.Ensures that exceptions are safely serializable.ListenableFuture
that promises a value that needs to be periodically tried.A way of pickling Jenkins objects which have a well-defined XStream representation but are notSerializable
.