Uses of Annotation Interface
org.jenkinsci.plugins.workflow.cps.persistence.PersistIn
Packages that use PersistIn
-
Uses of PersistIn in org.jenkinsci.plugins.workflow.cps
Classes in org.jenkinsci.plugins.workflow.cps with annotations of type PersistInModifier and TypeClassDescriptionfinal class
Builder pattern for accumulating configuration for executing the body.class
class
FlowExecution
implemented with Groovy CPS.class
class
The script of a workflow.class
StepContext
implementation for CPS.final class
Represents aContinuable
that is either runnable or suspended (that waits for an external event.)final class
List ofCpsThread
s that form a singleCpsFlowExecution
.class
CallsStep
s and other DSL objects.