Class StepEndNode

java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.workflow.graph.FlowNode
org.jenkinsci.plugins.workflow.graph.BlockEndNode<StepStartNode>
org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode
All Implemented Interfaces:
ModelObject, Saveable, SearchableModelObject, SearchItem, ModelObjectWithContextMenu, StepNode, org.jenkinsci.plugins.workflow.graph.StepNode

public class StepEndNode extends org.jenkinsci.plugins.workflow.graph.BlockEndNode<StepStartNode> implements StepNode
Pairs up with StepStartNode to designate the end of a step execution that has the body.
Author:
Kohsuke Kawaguchi
  • Constructor Details

  • Method Details

    • getTypeDisplayName

      protected String getTypeDisplayName()
      Specified by:
      getTypeDisplayName in class org.jenkinsci.plugins.workflow.graph.FlowNode
    • getTypeFunctionName

      protected String getTypeFunctionName()
      Overrides:
      getTypeFunctionName in class org.jenkinsci.plugins.workflow.graph.FlowNode
    • getDescriptor

      public org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()
      Specified by:
      getDescriptor in interface org.jenkinsci.plugins.workflow.graph.StepNode