Package org.jenkinsci.plugins.workflow.cps.nodes
package org.jenkinsci.plugins.workflow.cps.nodes
-
ClassDescription
AtomNode
for executingStep
without body closure.Shared cacheSingleton for the StepDescriptors, extension-scoped to avoid test issuesPairs up withStepStartNode
to designate the end of a step execution that has the body.Deprecated.BlockStartNode
for executingStep
with body closure.