Interface StepNode
public interface StepNode
Optional interface for a
FlowNode
that has an associated StepDescriptor
.
Supertype of the equivalent in the workflow-cps to allow access at a higher level of the dependency tree.-
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.steps.StepDescriptor
Returns the descriptor forStep
that produced this flow node.
-
Method Details
-
getDescriptor
@CheckForNull org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()Returns the descriptor forStep
that produced this flow node.- Returns:
- null for example if the descriptor that created the node has since been uninstalled.
-