Interface StepNode

All Superinterfaces:
org.jenkinsci.plugins.workflow.graph.StepNode
All Known Implementing Classes:
StepAtomNode, StepEndNode, StepStartNode

@Deprecated public interface StepNode extends org.jenkinsci.plugins.workflow.graph.StepNode
Deprecated.
Optional interface for FlowNode that has associated StepDescriptor. Retained for binary and API compatibility but the interface has been pushed up a level into the StepNode interface in workflow-api plugin to allow broader access.
  • Method Summary

    Methods inherited from interface org.jenkinsci.plugins.workflow.graph.StepNode

    getDescriptor