Serialized Form
-
Package org.jenkinsci.plugins.workflow.support.pickles
-
Class org.jenkinsci.plugins.workflow.support.pickles.ComputerPickle
class ComputerPickle extends org.jenkinsci.plugins.workflow.pickles.Pickle implements Serializable-
Serialized Fields
-
slave
String slave
Deprecated.
-
-
-
Class org.jenkinsci.plugins.workflow.support.pickles.ExecutorPickle
class ExecutorPickle extends org.jenkinsci.plugins.workflow.pickles.Pickle implements Serializable-
Serialized Fields
-
task
Queue.Task task
Deprecated.
-
-
-
Class org.jenkinsci.plugins.workflow.support.pickles.FilePathPickle
class FilePathPickle extends org.jenkinsci.plugins.workflow.pickles.Pickle implements Serializable -
Class org.jenkinsci.plugins.workflow.support.pickles.SecretPickle
class SecretPickle extends org.jenkinsci.plugins.workflow.pickles.Pickle implements Serializable-
Serialized Fields
-
encryptedValue
String encryptedValue
-
-
-
Class org.jenkinsci.plugins.workflow.support.pickles.ThrowablePickle
class ThrowablePickle extends org.jenkinsci.plugins.workflow.pickles.Pickle implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.support.pickles.WorkspaceListLeasePickle
class WorkspaceListLeasePickle extends org.jenkinsci.plugins.workflow.pickles.Pickle implements Serializable -
Class org.jenkinsci.plugins.workflow.support.pickles.XStreamPickle
class XStreamPickle extends org.jenkinsci.plugins.workflow.pickles.Pickle implements Serializable-
Serialized Fields
-
xml
String xml
-
-
-
-
Package org.jenkinsci.plugins.workflow.support.steps
-
Class org.jenkinsci.plugins.workflow.support.steps.AgentErrorCondition
class AgentErrorCondition extends org.jenkinsci.plugins.workflow.flow.ErrorCondition implements Serializable -
Class org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
class ExecutorStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
label
String label
-
-
Class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext
class ExecutorStepDynamicContext extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
depth
int depth
-
node
String node
-
path
String path
-
task
ExecutorStepExecution.PlaceholderTask task
-
-
Class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution
class ExecutorStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
body
org.jenkinsci.plugins.workflow.steps.BodyExecution body
Needed forBodyExecution.cancel(jenkins.model.CauseOfInterruption...)
in certain scenarios. -
state
ExecutorStepDynamicContext state
-
step
ExecutorStep step
-
-
Class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
class PlaceholderTask extends Object implements Serializable- serialVersionUID:
- 1098885580375315588L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
auth
String auth
Principal.getName()
of user of build, if known. -
context
org.jenkinsci.plugins.workflow.steps.StepContext context
-
cookie
String cookie
Unique cookie set once the task starts. AllowsLauncher.kill(java.util.Map<java.lang.String, java.lang.String>)
to work. -
label
String label
Initially set toExecutorStep.getLabel()
, if any; later switched to actual self-label when block runs. -
labelIsSelfLabel
boolean labelIsSelfLabel
Set afterExecutorStepExecution.PlaceholderTask.label
is set to a self-label. -
runId
String runId
Shortcut forExecutorStepExecution.PlaceholderTask.run()
.
-
-
Class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.QueueTaskCancelled
class QueueTaskCancelled extends org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RetryableCauseOfInterruption implements Serializable -
Class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeCause
class RemovedNodeCause extends org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RetryableCauseOfInterruption implements Serializable -
Class org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RemovedNodeTimeoutCause
class RemovedNodeTimeoutCause extends org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.RetryableCauseOfInterruption implements Serializable -
Class org.jenkinsci.plugins.workflow.support.steps.PushdStep.Execution
class Execution extends org.jenkinsci.plugins.workflow.steps.StepExecution implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.support.steps.WorkspaceStepExecution
class WorkspaceStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl implements Serializable- serialVersionUID:
- 1L
-