Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AgentErrorCondition - Class in org.jenkinsci.plugins.workflow.support.steps
-
Determines whether a failure in
ExecutorStep
should be retried. - AgentErrorCondition() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.AgentErrorCondition
- AgentErrorCondition.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.support.steps
- AgentErrorCondition.Retryable - Interface in org.jenkinsci.plugins.workflow.support.steps
-
A marker interface for
CauseOfInterruption
instances that can be retried throughAgentErrorCondition
. - AgentReconnectionListener() - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.AgentReconnectionListener
- AnomalousStatus() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.AnomalousStatus
- argumentsToString(Map<String, Object>) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.BatchScriptStep.DescriptorImpl
- argumentsToString(Map<String, Object>) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep.DescriptorImpl
- AuthenticationFromBuild() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.AuthenticationFromBuild
B
- BatchScriptStep - Class in org.jenkinsci.plugins.workflow.steps.durable_task
-
Asynchronous batch script execution.
- BatchScriptStep(String) - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.BatchScriptStep
- BatchScriptStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.steps.durable_task
C
- CancelledItemListener() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.CancelledItemListener
- canTake(Node, Queue.BuildableItem) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.EnforceSelfLabel
- checkAbortPermission() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- checkPermission(Permission) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- ComputerPickle - Class in org.jenkinsci.plugins.workflow.support.pickles
-
Deprecated.
- ComputerPickle.Factory - Class in org.jenkinsci.plugins.workflow.support.pickles
-
Deprecated.
- ComputerTranslator() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.ComputerTranslator
- createContextualObject(FilePath) - Static method in class org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext
- createContextualObject(FilePath, FlowNode) - Static method in class org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext
- createExecutable() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
D
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.BatchScriptStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.PowerShellCoreScriptStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.PowershellScriptStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.AgentErrorCondition.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.PushdStep.DescriptorImpl
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStep.DescriptorImpl
- doAutoCompleteLabel(String) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep.DescriptorImpl
- doCheckEncoding(String) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.DurableTaskStepDescriptor
- doCheckLabel(Job<?, ?>, String) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep.DescriptorImpl
- doCheckLabel(String) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.DurableTaskStepDescriptor
- doCheckReturnStatus(boolean, boolean) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.DurableTaskStepDescriptor
- doRun() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.AnomalousStatus
- DurableTaskStep - Class in org.jenkinsci.plugins.workflow.steps.durable_task
-
Runs a durable task, such as a shell script, typically on an agent.
- DurableTaskStep() - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- DurableTaskStep.AgentReconnectionListener - Class in org.jenkinsci.plugins.workflow.steps.durable_task
- DurableTaskStep.DurableTaskStepDescriptor - Class in org.jenkinsci.plugins.workflow.steps.durable_task
- DurableTaskStep.Execution - Class in org.jenkinsci.plugins.workflow.steps.durable_task
-
Represents one task that is believed to still be running.
- DurableTaskStepDescriptor() - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.DurableTaskStepDescriptor
E
- ENABLED - Static variable in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeCause
- EnforceSelfLabel() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.EnforceSelfLabel
- equals(Object) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- ExecutorPickle - Class in org.jenkinsci.plugins.workflow.support.pickles
-
Deprecated.Normally now done via
ExecutorStepDynamicContext
. - ExecutorPickle.Factory - Class in org.jenkinsci.plugins.workflow.support.pickles
-
Deprecated.
- ExecutorStep - Class in org.jenkinsci.plugins.workflow.support.steps
-
Grabs an
Executor
on a node of your choice and runs its block with that executor occupied. - ExecutorStep(String) - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
- ExecutorStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepDynamicContext - Class in org.jenkinsci.plugins.workflow.support.steps
-
Persistent representation for context of
ExecutorStepExecution
. - ExecutorStepDynamicContext.ComputerTranslator - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepDynamicContext.ExecutorTranslator - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepDynamicContext.FilePathTranslator - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepDynamicContext.NodeTranslator - Class in org.jenkinsci.plugins.workflow.support.steps
-
Need not use
ExecutorStepDynamicContext.Translator
since we can serve aNode
even when offline. - ExecutorStepDynamicContext.WorkspaceListLeaseTranslator - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution_PlaceholderTask_displayName(Object) - Static method in class org.jenkinsci.plugins.workflow.steps.durable_task.Messages
-
Key
ExecutorStepExecution.PlaceholderTask.displayName
:part of {0}
. - ExecutorStepExecution_PlaceholderTask_displayName_label(Object, Object) - Static method in class org.jenkinsci.plugins.workflow.steps.durable_task.Messages
-
Key
ExecutorStepExecution.PlaceholderTask.displayName_label
:{0} ({1})
. - ExecutorStepExecution_queue_task_cancelled() - Static method in class org.jenkinsci.plugins.workflow.steps.durable_task.Messages
-
Key
ExecutorStepExecution.queue_task_cancelled
:Queue task was cancelled
. - ExecutorStepExecution.AnomalousStatus - Class in org.jenkinsci.plugins.workflow.support.steps
-
Looks for executions whose
ExecutorStepExecution.getStatus()
would be neither running nor scheduled, and cancels them. - ExecutorStepExecution.CancelledItemListener - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution.PlaceholderTask - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution.PlaceholderTask.AuthenticationFromBuild - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution.PlaceholderTask.EnforceSelfLabel - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable - Class in org.jenkinsci.plugins.workflow.support.steps
-
Occupies
Executor
while workflow uses this build agent. - ExecutorStepExecution.QueueTaskCancelled - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution.RemovedNodeCause - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution.RemovedNodeListener - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution.RemovedNodeTimeoutCause - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorStepExecution.RunningTasks - Class in org.jenkinsci.plugins.workflow.support.steps
- ExecutorTranslator() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.ExecutorTranslator
- exited(int, byte[]) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
F
- Factory() - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.ComputerPickle.Factory
-
Deprecated.
- Factory() - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.ExecutorPickle.Factory
-
Deprecated.
- Factory() - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.FilePathPickle.Factory
-
Deprecated.
- Factory() - Constructor for class org.jenkinsci.plugins.workflow.support.pickles.WorkspaceListLeasePickle.Factory
-
Deprecated.
- FilePathDynamicContext - Class in org.jenkinsci.plugins.workflow.support.steps
-
Analogue of
FilePathPickle
. - FilePathDynamicContext() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext
- FilePathPickle - Class in org.jenkinsci.plugins.workflow.support.pickles
-
Deprecated.Normally now done via
ExecutorStepDynamicContext
orFilePathDynamicContext
. - FilePathPickle.Factory - Class in org.jenkinsci.plugins.workflow.support.pickles
-
Deprecated.
- FilePathTranslator() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.FilePathTranslator
G
- get(DynamicContext.DelegatedContext) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.FilePathTranslator
- get(DynamicContext.DelegatedContext) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.NodeTranslator
- get(DynamicContext.DelegatedContext) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.ComputerTranslator
- get(DynamicContext.DelegatedContext) - Method in class org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext
- getAbsoluteUrl() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getACL() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
-
Something we can use to check abort and read permissions.
- getACL() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getAffinityKey() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
-
Provide unique key which will be used to prioritize the list of possible build agents to use
- getAssignedLabel() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getAuthenticators() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.AuthenticationFromBuild
- getCauseOfBlockage() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getDefaultAuthentication() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getDefaultAuthentication(Queue.Item) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getDir() - Method in class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStep
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.BatchScriptStep.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.PowerShellCoreScriptStep.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.PowershellScriptStep.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.AgentErrorCondition.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.PushdStep.DescriptorImpl
- getDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStep.DescriptorImpl
- getEnclosingLabel() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getEncoding() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- getEstimatedDuration() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getEstimatedDuration() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getExecutor() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getFullDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getFullDisplayName() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getFunctionName() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.BatchScriptStep.DescriptorImpl
- getFunctionName() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.PowerShellCoreScriptStep.DescriptorImpl
- getFunctionName() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.PowershellScriptStep.DescriptorImpl
- getFunctionName() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep.DescriptorImpl
- getFunctionName() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep.DescriptorImpl
- getFunctionName() - Method in class org.jenkinsci.plugins.workflow.support.steps.PushdStep.DescriptorImpl
- getFunctionName() - Method in class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStep.DescriptorImpl
- getInitialDelay() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.AnomalousStatus
- getLabel() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- getLabel() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
- getLastBuiltOn() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getName() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getNode() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
-
Gives
FlowNode
, waiting to be executed in buildQueue
. - getNumber() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getOwnerExecutable() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getOwnerTask() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getParent() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getParentExecutable() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getPath() - Method in class org.jenkinsci.plugins.workflow.support.steps.PushdStep
- getProvidedContext() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep.DescriptorImpl
- getProvidedContext() - Method in class org.jenkinsci.plugins.workflow.support.steps.PushdStep.DescriptorImpl
- getRecurrencePeriod() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.AnomalousStatus
- getRequiredContext() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.DurableTaskStepDescriptor
- getRequiredContext() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep.DescriptorImpl
- getRequiredContext() - Method in class org.jenkinsci.plugins.workflow.support.steps.PushdStep.DescriptorImpl
- getRequiredContext() - Method in class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStep.DescriptorImpl
- getResourceList() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getSameNodeConstraint() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getScript() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.BatchScriptStep
- getScript() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.PowerShellCoreScriptStep
- getScript() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.PowershellScriptStep
- getScript() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep
- getShortDescription() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.QueueTaskCancelled
- getShortDescription() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeCause
- getShortDescription() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeTimeoutCause
- getStatus() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
- getStatus() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution
- getSubTasks() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getTimestamp() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getUrl() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- getUrl() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- getWhyBlocked() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
-
Deprecated.
H
- hasAbortPermission() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- hashCode() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- hasPermission(Permission) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- hasStarted() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
-
Body has begun execution: we started using a node.
I
- isBuildBlocked() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
-
Deprecated.
- isConcurrentBuild() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- isContinued() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- isReturnStatus() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- isReturnStdout() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
M
- Messages - Class in org.jenkinsci.plugins.workflow.steps.durable_task
-
Generated localization support class.
- Messages() - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.Messages
N
- node - Variable in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
-
Node.getNodeName()
ofDurableTaskStep.Execution.ws
. - NodeTranslator() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.NodeTranslator
O
- onDeleted(Node) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeListener
- onLeft(Queue.LeftItem) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.CancelledItemListener
- onOffline(Computer, OfflineCause) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.AgentReconnectionListener
- onOnline(Computer, TaskListener) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.AgentReconnectionListener
- onResume() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
- onResume() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution
- org.jenkinsci.plugins.workflow.steps.durable_task - package org.jenkinsci.plugins.workflow.steps.durable_task
- org.jenkinsci.plugins.workflow.support.pickles - package org.jenkinsci.plugins.workflow.support.pickles
- org.jenkinsci.plugins.workflow.support.steps - package org.jenkinsci.plugins.workflow.support.steps
P
- pickle(FilePath) - Method in class org.jenkinsci.plugins.workflow.support.pickles.FilePathPickle.Factory
-
Deprecated.
- pickle(Computer) - Method in class org.jenkinsci.plugins.workflow.support.pickles.ComputerPickle.Factory
-
Deprecated.
- pickle(Executor) - Method in class org.jenkinsci.plugins.workflow.support.pickles.ExecutorPickle.Factory
-
Deprecated.
- pickle(WorkspaceList.Lease) - Method in class org.jenkinsci.plugins.workflow.support.pickles.WorkspaceListLeasePickle.Factory
-
Deprecated.
- PlaceholderExecutable() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- PowerShellCoreScriptStep - Class in org.jenkinsci.plugins.workflow.steps.durable_task
- PowerShellCoreScriptStep(String) - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.PowerShellCoreScriptStep
- PowerShellCoreScriptStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.steps.durable_task
- PowershellScriptStep - Class in org.jenkinsci.plugins.workflow.steps.durable_task
-
Asynchronous batch script execution.
- PowershellScriptStep(String) - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.PowershellScriptStep
- PowershellScriptStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.steps.durable_task
- problem(Exception) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
- PushdStep - Class in org.jenkinsci.plugins.workflow.support.steps
-
Temporarily changes the working directory.
- PushdStep(String) - Constructor for class org.jenkinsci.plugins.workflow.support.steps.PushdStep
- PushdStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.support.steps
- PushdStep.Execution - Class in org.jenkinsci.plugins.workflow.support.steps
Q
- QueueTaskCancelled() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.QueueTaskCancelled
R
- rehydrate(FlowExecutionOwner) - Method in class org.jenkinsci.plugins.workflow.support.pickles.ComputerPickle
-
Deprecated.
- rehydrate(FlowExecutionOwner) - Method in class org.jenkinsci.plugins.workflow.support.pickles.ExecutorPickle
-
Deprecated.
- rehydrate(FlowExecutionOwner) - Method in class org.jenkinsci.plugins.workflow.support.pickles.FilePathPickle
-
Deprecated.
- rehydrate(FlowExecutionOwner) - Method in class org.jenkinsci.plugins.workflow.support.pickles.WorkspaceListLeasePickle
-
Deprecated.
- REMOTE_TIMEOUT - Static variable in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
-
How many seconds to wait before interrupting remote calls and before forcing cleanup when the step is stopped
- RemovedNodeCause() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeCause
- RemovedNodeListener() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeListener
- RemovedNodeTimeoutCause() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeTimeoutCause
- run() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
-
Checks for progress or completion of the external task.
- run() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- run() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
-
Deprecated.use
ExecutorStepExecution.PlaceholderTask.getOwnerExecutable()
(which does not require a dependency on this plugin) if your core dep is 2.389+ - runForDisplay() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
-
Deprecated.use
ExecutorStepExecution.PlaceholderTask.getOwnerExecutable()
(which does not require a dependency on this plugin) if your core dep is 2.389+ - RunningTasks() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RunningTasks
S
- setEncoding(String) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- setLabel(String) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- setReturnStatus(boolean) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- setReturnStdout(boolean) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- ShellStep - Class in org.jenkinsci.plugins.workflow.steps.durable_task
-
Runs a Bourne shell script asynchronously on a build agent.
- ShellStep(String) - Constructor for class org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep
- ShellStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.steps.durable_task
- shutDownThreadPool() - Static method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- start() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
- start() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution
-
General strategy of this step.
- start() - Method in class org.jenkinsci.plugins.workflow.support.steps.PushdStep.Execution
- start() - Method in class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStepExecution
- start(StepContext) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- start(StepContext) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep
- start(StepContext) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
- start(StepContext) - Method in class org.jenkinsci.plugins.workflow.support.steps.PushdStep
- start(StepContext) - Method in class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStep
- stop(Throwable) - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
- stop(Throwable) - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution
T
- takesImplicitBlockArgument() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep.DescriptorImpl
- takesImplicitBlockArgument() - Method in class org.jenkinsci.plugins.workflow.support.steps.PushdStep.DescriptorImpl
- takesImplicitBlockArgument() - Method in class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStep.DescriptorImpl
- task() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.BatchScriptStep
- task() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- task() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.PowerShellCoreScriptStep
- task() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.PowershellScriptStep
- task() - Method in class org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep
- test(Throwable, StepContext) - Method in class org.jenkinsci.plugins.workflow.support.steps.AgentErrorCondition
- TIMEOUT_WAITING_FOR_NODE_MILLIS - Static variable in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution
- toString() - Method in class org.jenkinsci.plugins.workflow.support.pickles.FilePathPickle
-
Deprecated.
- toString() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext
- toString() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- toString() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
- type() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.ComputerTranslator
- type() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.ExecutorTranslator
- type() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.FilePathTranslator
- type() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.NodeTranslator
- type() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.WorkspaceListLeaseTranslator
- type() - Method in class org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext
U
- USE_WATCHING - Static variable in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
-
If set to false, disables
DurableTaskStep.Execution.watching
mode.
W
- WATCHING_RECURRENCE_PERIOD - Static variable in class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
- willContinue() - Method in class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask.PlaceholderExecutable
- WorkspaceListLeasePickle - Class in org.jenkinsci.plugins.workflow.support.pickles
-
Deprecated.Normally now done via
ExecutorStepDynamicContext
. - WorkspaceListLeasePickle.Factory - Class in org.jenkinsci.plugins.workflow.support.pickles
-
Deprecated.
- WorkspaceListLeaseTranslator() - Constructor for class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.WorkspaceListLeaseTranslator
- WorkspaceStep - Class in org.jenkinsci.plugins.workflow.support.steps
-
Allocates a workspace on the current node and uses that as the default directory for nested steps.
- WorkspaceStep(String) - Constructor for class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStep
- WorkspaceStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.support.steps
- WorkspaceStepExecution - Class in org.jenkinsci.plugins.workflow.support.steps
_
- _ExecutorStepExecution_PlaceholderTask_displayName(Object) - Static method in class org.jenkinsci.plugins.workflow.steps.durable_task.Messages
-
Key
ExecutorStepExecution.PlaceholderTask.displayName
:part of {0}
. - _ExecutorStepExecution_PlaceholderTask_displayName_label(Object, Object) - Static method in class org.jenkinsci.plugins.workflow.steps.durable_task.Messages
-
Key
ExecutorStepExecution.PlaceholderTask.displayName_label
:{0} ({1})
. - _ExecutorStepExecution_queue_task_cancelled() - Static method in class org.jenkinsci.plugins.workflow.steps.durable_task.Messages
-
Key
ExecutorStepExecution.queue_task_cancelled
:Queue task was cancelled
.
All Classes and Interfaces|All Packages|Serialized Form
ExecutorStepDynamicContext
.