Package org.jenkinsci.plugins.workflow.cps.nodes
package org.jenkinsci.plugins.workflow.cps.nodes
-
ClassDescription
AtomNodefor executingStepwithout body closure.Shared cacheSingleton for the StepDescriptors, extension-scoped to avoid test issuesPairs up withStepStartNodeto designate the end of a step execution that has the body.Deprecated.BlockStartNodefor executingStepwith body closure.