Future
's computation is complete or, if the computation is already complete, immediately.Future
's computation is complete or, if the computation is already complete, immediately.ListenableFuture
whose value is a list containing the
values of all its input futures, if all succeed.ListenableFuture
whose value is a list containing the
values of all its input futures, if all succeed.FlowNode.actions
.FlowNodeStorage
implementation that stores all the FlowNode
s together in one file for efficient bulk I/ODefaultStepContext.get(java.lang.Class<T>)
, such as retrieving overrides passed to StepContext.newBodyInvoker()
.FlowExecutionOwner
in the persisted object graph.FlowNode
, for those FlowExecution
s
who want to store them within Jenkins.FlowNode
data is persisted to disk.ListenableFuture
s.DefaultStepContext.doGet(java.lang.Class<T>)
but automatically translates certain kinds of objects into others.Run.getEnvironment(TaskListener)
and any EnvironmentAction.IncludingOverrides.getOverriddenEnvironment()
.Pickle.rehydrate(FlowExecutionOwner)
.PauseAction
instances for the supplied node.ListenableFuture
which has an exception set immediately
upon construction.ListenableFuture
which has its value set immediately upon
construction.FlowNodeStorage.flush()
?LogAction
implementation that stores per-node log file under FlowExecutionOwner.getRootDir()
.FlowNode
Action.ObjectResolver
that resolves DryCapsule
to unpickled objects.TryRepeatedly.getOwner()
has been overridden, override to print a message to the build log explaining why the pickle is still unloadable.ObjectOutputStream
compatible object graph serializer
that handles stateful objects for proper rehydration later.Whitelisted
access to selected attributes of a Run
without requiring Jenkins API imports.Pickle
of a Secret
which stores the encrypted value.FlowNodeStorage
that stores one node per one file.PickleFactory
implementation for a common situation where only kind of ephemeral object is being pickled.ListenableFuture
whose result is the product of
applying the given Function
to the result of the given Future
.ListenableFuture
whose result is the product of
applying the given Function
to the result of the given Future
.ListenableFuture
that promises a value that needs to be periodically tried.AtomicFileWriter
.Serializable
.Copyright © 2016–2018. All rights reserved.