Serialized Form
-
Package org.jenkinsci.plugins.workflow.steps
-
Class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
class AbstractStepExecutionImpl extends StepExecution implements Serializable -
Class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution
class AbstractSynchronousNonBlockingStepExecution extends AbstractStepExecutionImpl implements Serializable -
Class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution
class AbstractSynchronousStepExecution extends AbstractStepExecutionImpl implements Serializable -
Class org.jenkinsci.plugins.workflow.steps.BodyExecution
class BodyExecution extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
class BodyExecutionCallback extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback.TailCall
class TailCall extends BodyExecutionCallback implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.steps.EnvironmentExpander
class EnvironmentExpander extends Object implements Serializable -
Exception org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
class FlowInterruptedException extends InterruptedException implements Serializable- serialVersionUID:
- 630482382622970136L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
actualInterruption
Boolean actualInterruption
If true, this exception represents an actual build interruption, rather than a general error with a result and no stack trace. Used by steps likeRetryStep
to decide whether to handle or rethrow aFlowInterruptedException
. Non-null, except momentarily during deserialization beforeFlowInterruptedException.readResolve()
sets the field totrue
for old instances serialized before this field was added. -
causes
List<CauseOfInterruption> causes
-
result
Result result
-
-
Class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
class GeneralNonBlockingStepExecution extends StepExecution implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
threadName
String threadName
-
-
Class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.TailCall
class TailCall extends BodyExecutionCallback implements Serializable- serialVersionUID:
- 1L
-
Exception org.jenkinsci.plugins.workflow.steps.MissingContextVariableException
class MissingContextVariableException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.steps.StepContext
class StepContext extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.steps.StepExecution
class StepExecution extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
context
StepContext context
-
-
Class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
class SynchronousNonBlockingStepExecution extends StepExecution implements Serializable -
Exception org.jenkinsci.plugins.workflow.steps.SynchronousResumeNotSupportedException
class SynchronousResumeNotSupportedException extends Exception implements Serializable -
Class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
class SynchronousStepExecution extends StepExecution implements Serializable
-