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 CpsThread
CpsThread.current()
WhileCpsThreadGroup
executes, this method returnsCpsThread
that's running.org.jenkinsci.plugins.workflow.cps.BodyReference
CpsThreadGroup.export
(groovy.lang.Closure body) org.jenkinsci.plugins.workflow.cps.BodyReference
CpsThreadGroup.export
(groovy.lang.Script body) DSL.invokeMethod
(String name, Object args) Executes theStep
implementation specified by the name argument.void
CpsThreadGroup.saveProgram
(File f) void
Stops the execution of this thread.void
CpsThreadGroup.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.StepExecution
ParallelStep.start
(org.jenkinsci.plugins.workflow.steps.StepContext context)