Uses of Interface
org.jenkinsci.plugins.workflow.cps.nodes.StepNode
Packages that use StepNode
-
Uses of StepNode in org.jenkinsci.plugins.workflow.cps.nodes
Classes in org.jenkinsci.plugins.workflow.cps.nodes that implement StepNodeModifier and TypeClassDescriptionclassAtomNodefor executingStepwithout body closure.classPairs up withStepStartNodeto designate the end of a step execution that has the body.classBlockStartNodefor executingStepwith body closure.