Uses of Class
org.jenkinsci.plugins.workflow.cps.CpsBodyInvoker
Packages that use CpsBodyInvoker
-
Uses of CpsBodyInvoker in org.jenkinsci.plugins.workflow.cps
Methods in org.jenkinsci.plugins.workflow.cps that return CpsBodyInvokerModifier and TypeMethodDescriptionCpsStepContext.newBodyInvoker()CpsStepContext.newBodyInvoker(org.jenkinsci.plugins.workflow.cps.BodyReference body, boolean unexport) CpsBodyInvoker.withCallback(org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback callback) CpsBodyInvoker.withContext(Object override) CpsBodyInvoker.withDisplayName(String name) CpsBodyInvoker.withStartAction(Action a)