Uses of Class
com.cloudbees.groovy.cps.Continuable
Packages that use Continuable
-
Uses of Continuable in com.cloudbees.groovy.cps
Methods in com.cloudbees.groovy.cps with parameters of type ContinuableModifier and TypeMethodDescriptionstatic NextNext.go0(Outcome v, Continuable c) Crestes aNextobject that causes the interpreter loop to keep evaluating the continuation represented byContinuableby passing the outcome (or throwing it).Outcome.resumeFrom(Continuable c) static NextNext.yield0(Outcome v, Continuable c) Creates aNextobject that causes the interpreter loop to exit with the specified value, then optionally allow the interpreter to resume to the continuation represented byContinuable.Constructors in com.cloudbees.groovy.cps with parameters of type Continuable