A B C D E F G I L M N O P R S T W X _ 
All Classes All Packages

A

addCallback(ListenableFuture<V>, FutureCallback<? super V>) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Registers separate success and failure callbacks to be run when the Future's computation is complete or, if the computation is already complete, immediately.
addCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Registers separate success and failure callbacks to be run when the Future's computation is complete or, if the computation is already complete, immediately.
allAsList(ListenableFuture<? extends V>...) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Creates a new ListenableFuture whose value is a list containing the values of all its input futures, if all succeed.
allAsList(Iterable<? extends ListenableFuture<? extends V>>) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Creates a new ListenableFuture whose value is a list containing the values of all its input futures, if all succeed.
ArgumentsColumn - Class in org.jenkinsci.plugins.workflow.support.visualization.table
 
ArgumentsColumn() - Constructor for class org.jenkinsci.plugins.workflow.support.visualization.table.ArgumentsColumn
 
ArgumentsColumn.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.support.visualization.table
 
autopersist(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
Flushes the node if needed, and if supported, marks it as needing to flush with EVERY write to the FlowNode.actions.
autopersist(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
 

B

build() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable
Builds the tabular view of a flow node graph.
BulkFlowNodeStorage - Class in org.jenkinsci.plugins.workflow.support.storage
FlowNodeStorage implementation that stores all the FlowNodes together in one file for efficient bulk I/O
BulkFlowNodeStorage(FlowExecution, File) - Constructor for class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
 

C

cancel(boolean) - Method in class org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly
 
close() - Method in class org.jenkinsci.plugins.workflow.support.concurrent.Timeout
 
close() - Method in class org.jenkinsci.plugins.workflow.support.concurrent.WithThreadName
Restores the original name.
close() - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverReader
 
close() - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverWriter
 
ConsoleColumn - Class in org.jenkinsci.plugins.workflow.support.visualization.table
 
ConsoleColumn() - Constructor for class org.jenkinsci.plugins.workflow.support.visualization.table.ConsoleColumn
 
ConsoleColumn.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.support.visualization.table
 
createFor(FlowExecutionOwner.Executable) - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction.Factory
 
customResolver - Static variable in class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverReader
 

D

DefaultStepContext - Class in org.jenkinsci.plugins.workflow.support
Partial implementation of step context.
DefaultStepContext() - Constructor for class org.jenkinsci.plugins.workflow.support.DefaultStepContext
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.input.POSTHyperlinkNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.support.visualization.table.ArgumentsColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.support.visualization.table.ConsoleColumn.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.support.visualization.table.StatusColumn.DescriptorImpl
 
directExecutor() - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.MoreExecutors
Returns an Executor that runs each task in the thread that invokes execute, as in ThreadPoolExecutor.CallerRunsPolicy.
doDynamic() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
doGet(Class<T>) - Method in class org.jenkinsci.plugins.workflow.support.DefaultStepContext
The actual logic of DefaultStepContext.get(java.lang.Class<T>), such as retrieving overrides passed to StepContext.newBodyInvoker().
DryOwner - Class in org.jenkinsci.plugins.workflow.support.pickles.serialization
Replaces FlowExecutionOwner in the persisted object graph.
DryOwner() - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.serialization.DryOwner
 

E

encodeTo(String, String) - Static method in class org.jenkinsci.plugins.workflow.support.steps.input.POSTHyperlinkNote
 
endCurrentPause(FlowNode) - Static method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
EnvironmentAction - Interface in org.jenkinsci.plugins.workflow.support.actions
A run action which reports environment variables.
EnvironmentAction.IncludingOverrides - Interface in org.jenkinsci.plugins.workflow.support.actions
Optional extension interface that allows the overrides to be distinguished.
extraAttributes() - Method in class org.jenkinsci.plugins.workflow.support.steps.input.POSTHyperlinkNote
 

F

Factory() - Constructor for class org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction.Factory
 
Factory() - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.SecretPickle.Factory
 
Factory() - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.ThrowablePickle.Factory
 
FlowGraphTable - Class in org.jenkinsci.plugins.workflow.support.visualization.table
Data model behind the tree list view of a flow graph
FlowGraphTable(FlowExecution) - Constructor for class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable
 
FlowGraphTable.Row - Class in org.jenkinsci.plugins.workflow.support.visualization.table
 
FlowNodeStorage - Class in org.jenkinsci.plugins.workflow.support.storage
Abstraction of various ways to persist FlowNode, for those FlowExecutions who want to store them within Jenkins.
FlowNodeStorage() - Constructor for class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
 
flush() - Method in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
Force persisting any nodes that had writing deferred
flush() - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
Invoke this to insure any unwritten FlowNode data is persisted to disk.
flush() - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
Force persisting any nodes that had writing deferred
flushNode(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
Persists a single FlowNode to disk (if not already persisted).
flushNode(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
Persists node fully to disk, ensuring it is written out to storage.
flushNode(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
Persists a single FlowNode to disk (if not already persisted).
Futures - Class in org.jenkinsci.plugins.workflow.support.concurrent
Deprecated.
Futures() - Constructor for class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
 

G

get(int) - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.PickleResolver
 
get(Class<T>) - Method in class org.jenkinsci.plugins.workflow.support.DefaultStepContext
Uses DefaultStepContext.doGet(java.lang.Class<T>) but automatically translates certain kinds of objects into others.
get(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.ArgumentsColumn
 
getAbsoluteUrl() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getActions() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction
 
getBuildCauses() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getBuildCauses(String) - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
Filters the returned list by the type of Cause class passed as input ex.
getBuildVariables() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
Get environment variables defined in the build.
getCause() - Method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
getChangeSets() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getColumnCaption() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.ConsoleColumn
 
getColumns() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable
 
getCurrentPause(FlowNode) - Static method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
getCurrentResult() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getDefaultInstance() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.ArgumentsColumn.DescriptorImpl
 
getDefaultInstance() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.ConsoleColumn.DescriptorImpl
 
getDefaultInstance() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.StatusColumn.DescriptorImpl
 
getDescription() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.input.POSTHyperlinkNote.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.ArgumentsColumn.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.ConsoleColumn.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.StatusColumn.DescriptorImpl
 
getDuration() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getDurationMillis() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 
getDurationString() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getDurationString() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 
getEndTime() - Method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
getEnvironment() - Method in interface org.jenkinsci.plugins.workflow.support.actions.EnvironmentAction
Gets the complete global environment for a build, including both Run.getEnvironment(TaskListener) and any EnvironmentAction.IncludingOverrides.getOverriddenEnvironment().
getExecution() - Method in class org.jenkinsci.plugins.workflow.support.DefaultStepContext
Finds the associated execution.
getFullDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getFullProjectName() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction
 
getId() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getLabels() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
getLogText() - Method in class org.jenkinsci.plugins.workflow.support.actions.LogActionImpl
Deprecated.
 
getLogText() - Method in class org.jenkinsci.plugins.workflow.support.actions.LogStorageAction
 
getNextBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getNode() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
getNode() - Method in class org.jenkinsci.plugins.workflow.support.DefaultStepContext
Finds the associated node.
getNode() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 
getNode(String) - Method in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
 
getNode(String) - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
 
getNode(String) - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
 
getNumber() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getObjectOutput() - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverWriter
Deprecated.
Apparently unused.
getOverriddenEnvironment() - Method in interface org.jenkinsci.plugins.workflow.support.actions.EnvironmentAction.IncludingOverrides
Gets any environment variables set during this build that were not originally present.
getOwner() - Method in class org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly
Override to supply the owner passed to Pickle.rehydrate(FlowExecutionOwner).
getParent() - Method in class org.jenkinsci.plugins.workflow.support.actions.LogActionImpl
Deprecated.
 
getParent() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
getPath() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
getPauseActions(FlowNode) - Static method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
Get the PauseAction instances for the supplied node.
getPauseDuration() - Method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
Get the pause duration for this flow node.
getPauseDuration(FlowNode) - Static method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
get the aggregate pause duration of the supplied flow node.
getPreviousBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getPreviousBuildInProgress() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getPreviousBuiltBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getPreviousCompletedBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getPreviousFailedBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getPreviousNotFailedBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getPreviousSuccessfulBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getProjectName() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getRawBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
Raw access to the internal build object.
getResult() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getRows() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable
 
getStartTime() - Method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
getStartTimeInMillis() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getStartTimeMillis() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 
getTimeInMillis() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getTreeDepth() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 
getUpstreamBuilds() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction
 

I

immediateFailedFuture(Throwable) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Returns a ListenableFuture which has an exception set immediately upon construction.
immediateFuture(V) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Creates a ListenableFuture which has its value set immediately upon construction.
isAvoidAtomicWrite() - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
If true, we use non-atomic write of XML files for this storage.
isExecuted() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 
isHasStartTime() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 
isKeepLog() - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
isPaused() - Method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
isPaused(FlowNode) - Static method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
Simple helper method to test if the supplied node is a pause node.
isPersistedFully() - Method in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
Have we written everything to disk that we need to, or is there something waiting to be written
isPersistedFully() - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
Have we written everything to disk that we need to, or is there something waiting to be written by invoking FlowNodeStorage.flush()?
isPersistedFully() - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
Have we written everything to disk that we need to, or is there something waiting to be written
isStart() - Method in class org.jenkinsci.plugins.workflow.support.visualization.table.FlowGraphTable.Row
 

L

limit(long, TimeUnit) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Timeout
 
listenerFor(FlowNode, TaskListenerDecorator) - Static method in class org.jenkinsci.plugins.workflow.support.actions.LogStorageAction
Creates a sink to print output from a step.
loadActions(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
 
loadActions(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
 
LogActionImpl - Class in org.jenkinsci.plugins.workflow.support.actions
Deprecated.
Use LogStorageAction instead.
LogStorageAction - Class in org.jenkinsci.plugins.workflow.support.actions
A marker for a node which had some log text using LogStorage.nodeListener(org.jenkinsci.plugins.workflow.graph.FlowNode).

M

Messages - Class in org.jenkinsci.plugins.workflow.support.actions
Generated localization support class.
Messages() - Constructor for class org.jenkinsci.plugins.workflow.support.actions.Messages
 
MoreExecutors - Class in org.jenkinsci.plugins.workflow.support.concurrent
Factory and utility methods for Executor, ExecutorService, and ThreadFactory.

N

node - Variable in class org.jenkinsci.plugins.workflow.support.actions.LogStorageAction
 

O

onLoad(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.actions.LogActionImpl
Deprecated.
 
onLoad(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.actions.LogStorageAction
 
onLoad(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
org.jenkinsci.plugins.workflow.support - package org.jenkinsci.plugins.workflow.support
 
org.jenkinsci.plugins.workflow.support.actions - package org.jenkinsci.plugins.workflow.support.actions
 
org.jenkinsci.plugins.workflow.support.concurrent - package org.jenkinsci.plugins.workflow.support.concurrent
Copies of several beta APIs in Guava to protect ourselves from potential API changes in the future.
org.jenkinsci.plugins.workflow.support.pickles - package org.jenkinsci.plugins.workflow.support.pickles
Helper classes to assist engines to serialize various Jenkins domain objects.
org.jenkinsci.plugins.workflow.support.pickles.serialization - package org.jenkinsci.plugins.workflow.support.pickles.serialization
 
org.jenkinsci.plugins.workflow.support.steps.build - package org.jenkinsci.plugins.workflow.support.steps.build
 
org.jenkinsci.plugins.workflow.support.steps.input - package org.jenkinsci.plugins.workflow.support.steps.input
 
org.jenkinsci.plugins.workflow.support.storage - package org.jenkinsci.plugins.workflow.support.storage
 
org.jenkinsci.plugins.workflow.support.visualization.table - package org.jenkinsci.plugins.workflow.support.visualization.table
 
owner - Variable in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction
 

P

PauseAction - Class in org.jenkinsci.plugins.workflow.support.actions
Pause FlowNode Action.
PauseAction(String) - Constructor for class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
pickle(Secret) - Method in class org.jenkinsci.plugins.workflow.support.pickles.SecretPickle.Factory
 
pickle(T) - Method in class org.jenkinsci.plugins.workflow.support.pickles.SingleTypedPickleFactory
 
PickleResolver - Class in org.jenkinsci.plugins.workflow.support.pickles.serialization
ObjectResolver that resolves DryCapsule to unpickled objects.
PickleResolver(List<? extends Pickle>) - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.serialization.PickleResolver
Deprecated.
PickleResolver(List<? extends Pickle>, FlowExecutionOwner) - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.serialization.PickleResolver
 
PipelineIOUtils - Class in org.jenkinsci.plugins.workflow.support
Utilities to assist with IO and in some cases improve performance specifically for pipeline.
PipelineIOUtils() - Constructor for class org.jenkinsci.plugins.workflow.support.PipelineIOUtils
 
POSTHyperlinkNote - Class in org.jenkinsci.plugins.workflow.support.steps.input
Hyperlink which sends a POST request to the specified URL.
POSTHyperlinkNote(String, int) - Constructor for class org.jenkinsci.plugins.workflow.support.steps.input.POSTHyperlinkNote
 
POSTHyperlinkNote.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.support.steps.input
 
printWaitingMessage(TaskListener) - Method in class org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly
Assuming TryRepeatedly.getOwner() has been overridden, override to print a message to the build log explaining why the pickle is still unloadable.

R

readResolve(Object) - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.PickleResolver
 
rehydrate() - Method in class org.jenkinsci.plugins.workflow.support.pickles.SecretPickle
 
rehydrate() - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.PickleResolver
Deprecated.
rehydrate() - Method in class org.jenkinsci.plugins.workflow.support.pickles.XStreamPickle
 
rehydrate(Collection<ListenableFuture<?>>) - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.PickleResolver
 
rehydrate(FlowExecutionOwner) - Method in class org.jenkinsci.plugins.workflow.support.pickles.ThrowablePickle
 
restorePickles() - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverReader
Deprecated.
restorePickles(Collection<ListenableFuture<?>>) - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverReader
Step 1.
resultIsBetterOrEqualTo(String) - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
resultIsWorseOrEqualTo(String) - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
RiverReader - Class in org.jenkinsci.plugins.workflow.support.pickles.serialization
Reads program data file that stores the object graph of the CPS-transformed program.
RiverReader(File, ClassLoader, FlowExecutionOwner) - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverReader
 
RiverWriter - Class in org.jenkinsci.plugins.workflow.support.pickles.serialization
ObjectOutputStream compatible object graph serializer that handles stateful objects for proper rehydration later.
RiverWriter(File, FlowExecutionOwner) - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverWriter
Deprecated.
RiverWriter(File, FlowExecutionOwner, Collection<? extends PickleFactory>) - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverWriter
 
RunWrapper - Class in org.jenkinsci.plugins.workflow.support.steps.build
Allows Whitelisted access to selected attributes of a Run without requiring Jenkins API imports.
RunWrapper(Run<?, ?>, boolean) - Constructor for class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 

S

saveActions(FlowNode, List<Action>) - Method in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
Just stores this one node
saveActions(FlowNode, List<Action>) - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
Just stores this one node, using the supplied actions.
SecretPickle - Class in org.jenkinsci.plugins.workflow.support.pickles
Pickle of a Secret which stores the encrypted value.
SecretPickle.Factory - Class in org.jenkinsci.plugins.workflow.support.pickles
 
setAvoidAtomicWrite(boolean) - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
Set whether we should avoid using atomic write for node files (ensures valid node data if write is interrupted) or not.
setCause(String) - Method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
setDescription(String) - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
setDisplayName(String) - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
setEndTime(long) - Method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
setKeepLog(boolean) - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
setResult(String) - Method in class org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
 
setStartTime(long) - Method in class org.jenkinsci.plugins.workflow.support.actions.PauseAction
 
SimpleXStreamFlowNodeStorage - Class in org.jenkinsci.plugins.workflow.support.storage
FlowNodeStorage that stores one node per one file.
SimpleXStreamFlowNodeStorage(FlowExecution, File) - Constructor for class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
 
SingleTypedPickleFactory<T> - Class in org.jenkinsci.plugins.workflow.support.pickles
PickleFactory implementation for a common situation where only kind of ephemeral object is being pickled.
SingleTypedPickleFactory() - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.SingleTypedPickleFactory
 
StatusColumn - Class in org.jenkinsci.plugins.workflow.support.visualization.table
 
StatusColumn() - Constructor for class org.jenkinsci.plugins.workflow.support.visualization.table.StatusColumn
 
StatusColumn.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.support.visualization.table
 
storeNode(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
 
storeNode(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
Registers node in this storage, potentially persisting to disk.
storeNode(FlowNode) - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
 
storeNode(FlowNode, boolean) - Method in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
 
storeNode(FlowNode, boolean) - Method in class org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
Register the given node to the storage, potentially flushing to disk, and optionally marking the node as deferring writes.
storeNode(FlowNode, boolean) - Method in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
 
stream(FlowNode, ConsoleLogFilter) - Static method in class org.jenkinsci.plugins.workflow.support.actions.LogActionImpl
Deprecated.
stream(FlowNode, TaskListenerDecorator) - Static method in class org.jenkinsci.plugins.workflow.support.actions.LogActionImpl
Deprecated.
Get or create the streaming log handle for a given flow node.

T

ThrowablePickle - Class in org.jenkinsci.plugins.workflow.support.pickles
Ensures that exceptions are safely serializable.
ThrowablePickle.Factory - Class in org.jenkinsci.plugins.workflow.support.pickles
 
Timeout - Class in org.jenkinsci.plugins.workflow.support.concurrent
Allows operations to be limited in execution time.
toString() - Method in class org.jenkinsci.plugins.workflow.support.actions.LogActionImpl
Deprecated.
 
transform(ListenableFuture<I>, Function<? super I, ? extends O>) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Returns a new ListenableFuture whose result is the product of applying the given Function to the result of the given Future.
transform(ListenableFuture<I>, Function<? super I, ? extends O>, Executor) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Returns a new ListenableFuture whose result is the product of applying the given Function to the result of the given Future.
transform(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Returns a new ListenableFuture whose result is asynchronously derived from the result of the given Future.
transform(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>, Executor) - Static method in class org.jenkinsci.plugins.workflow.support.concurrent.Futures
Deprecated.
Returns a new ListenableFuture whose result is asynchronously derived from the result of the given Future.
TryRepeatedly<V> - Class in org.jenkinsci.plugins.workflow.support.pickles
ListenableFuture that promises a value that needs to be periodically tried.
TryRepeatedly(int) - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly
 
TryRepeatedly(int, int) - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly
 
tryResolve() - Method in class org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly
This method is called periodically to attempt to resolve the value that this future promises.
type() - Method in class org.jenkinsci.plugins.workflow.support.actions.WorkspaceRunAction.Factory
 

W

WithThreadName - Class in org.jenkinsci.plugins.workflow.support.concurrent
Utility to temporarily append some information to the name of the current thread.
WithThreadName(String) - Constructor for class org.jenkinsci.plugins.workflow.support.concurrent.WithThreadName
Sets the current thread’s name.
WorkspaceActionImpl - Class in org.jenkinsci.plugins.workflow.support.actions
 
WorkspaceActionImpl(FilePath, FlowNode) - Constructor for class org.jenkinsci.plugins.workflow.support.actions.WorkspaceActionImpl
 
WorkspaceRunAction - Class in org.jenkinsci.plugins.workflow.support.actions
Display of all WorkspaceActionImpls for a build.
WorkspaceRunAction.Factory - Class in org.jenkinsci.plugins.workflow.support.actions
 
workspaces() - Static method in class org.jenkinsci.plugins.workflow.support.actions.Messages
Key workspaces: Workspaces.
writeByXStream(Object, File, XStream2, boolean) - Static method in class org.jenkinsci.plugins.workflow.support.PipelineIOUtils
Convenience method to transparently write data directly or atomicly using AtomicFileWriter.
writeLogTo(long, XMLOutput) - Method in class org.jenkinsci.plugins.workflow.support.actions.LogActionImpl
Deprecated.
Used from console.jelly to write annotated log to the given output.
writeLogTo(long, XMLOutput) - Method in class org.jenkinsci.plugins.workflow.support.actions.LogStorageAction
Used from console.jelly to write annotated log to the given output.
writeObject(Object) - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.RiverWriter
 
writeReplace(Object) - Method in class org.jenkinsci.plugins.workflow.support.pickles.serialization.PickleResolver
 
writeReplace(Object) - Method in class org.jenkinsci.plugins.workflow.support.pickles.SingleTypedPickleFactory
 
writeReplace(Object) - Method in class org.jenkinsci.plugins.workflow.support.pickles.ThrowablePickle.Factory
 

X

XSTREAM - Static variable in class org.jenkinsci.plugins.workflow.support.storage.BulkFlowNodeStorage
 
XSTREAM - Static variable in class org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage
 
XStreamPickle - Class in org.jenkinsci.plugins.workflow.support.pickles
A way of pickling Jenkins objects which have a well-defined XStream representation but are not Serializable.
XStreamPickle(Object) - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.XStreamPickle
 

_

_workspaces() - Static method in class org.jenkinsci.plugins.workflow.support.actions.Messages
Key workspaces: Workspaces.
A B C D E F G I L M N O P R S T W X _ 
All Classes All Packages