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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()
      Returns the descriptor for Step that produced this flow node.
    • Method Detail

      • getDescriptor

        @CheckForNull
        org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()
        Returns the descriptor for Step that produced this flow node.
        Returns:
        null for example if the descriptor that created the node has since been uninstalled.