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.StepDescriptorReturns the descriptor forStepthat produced this flow node.
-
Method Details
-
getDescriptor
@CheckForNull org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()Returns the descriptor forStepthat produced this flow node.- Returns:
- null for example if the descriptor that created the node has since been uninstalled.
-