Package com.cloudbees.groovy.cps
Interface Continuation
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Continuation.Halt,Next
Represents the remaining computation that receives the result of
Block.
To maintain backward compatibility with serialized Continuation objects, it is preferable
to avoid anonymous single-method classes that implement Continuation. See ContinuationGroup
for how to do this.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSingleton implementation that maintains the singleton-ness across serialization -
Field Summary
Fields -
Method Summary
-
Field Details
-
HALT
Indicates the end of a program.
-
-
Method Details
-
receive
-