Uses of Annotation Interface
org.jenkinsci.plugins.workflow.cps.CpsVmThreadOnly
Packages that use CpsVmThreadOnly
-
Uses of CpsVmThreadOnly in org.jenkinsci.plugins.workflow.cps
Methods in org.jenkinsci.plugins.workflow.cps with annotations of type CpsVmThreadOnlyModifier and TypeMethodDescriptionCpsThreadGroup.addThread(Continuable program, org.jenkinsci.plugins.workflow.cps.FlowHead head, org.jenkinsci.plugins.workflow.cps.ContextVariableSet contextVariables) static CpsThreadCpsThread.current()WhileCpsThreadGroupexecutes, this method returnsCpsThreadthat's running.org.jenkinsci.plugins.workflow.cps.BodyReferenceCpsThreadGroup.export(groovy.lang.Closure body) org.jenkinsci.plugins.workflow.cps.BodyReferenceCpsThreadGroup.export(groovy.lang.Script body) DSL.invokeMethod(String name, Object args) Executes theStepimplementation specified by the name argument.voidCpsThreadGroup.saveProgram(File f) voidStops the execution of this thread.voidCpsThreadGroup.unexport(org.jenkinsci.plugins.workflow.cps.BodyReference ref) -
Uses of CpsVmThreadOnly in org.jenkinsci.plugins.workflow.cps.steps
Methods in org.jenkinsci.plugins.workflow.cps.steps with annotations of type CpsVmThreadOnlyModifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.steps.StepExecutionParallelStep.start(org.jenkinsci.plugins.workflow.steps.StepContext context)