public class StepEndNode extends org.jenkinsci.plugins.workflow.graph.BlockEndNode<StepStartNode> implements StepNode
StepStartNode
to designate the end of a step execution
that has the body.ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem
Constructor and Description |
---|
StepEndNode(CpsFlowExecution exec,
StepStartNode stepStartNode,
org.jenkinsci.plugins.workflow.graph.FlowNode... parents) |
StepEndNode(CpsFlowExecution exec,
StepStartNode stepStartNode,
List<org.jenkinsci.plugins.workflow.graph.FlowNode> parents) |
Modifier and Type | Method and Description |
---|---|
org.jenkinsci.plugins.workflow.steps.StepDescriptor |
getDescriptor() |
protected String |
getTypeDisplayName() |
protected String |
getTypeFunctionName() |
equals, getAction, getActions, getAllEnclosingIds, getDisplayFunctionName, getDisplayName, getEnclosingBlocks, getEnclosingId, getError, getExecution, getIconColor, getId, getParentIds, getParents, getPersistentAction, getSearchUrl, getUrl, hashCode, isActive, isRunning, iterateEnclosingBlocks, readResolve, save, setActions, toString
addAction, addOrReplaceAction, doContextMenu, getAction, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActions
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
public StepEndNode(CpsFlowExecution exec, StepStartNode stepStartNode, List<org.jenkinsci.plugins.workflow.graph.FlowNode> parents)
public StepEndNode(CpsFlowExecution exec, StepStartNode stepStartNode, org.jenkinsci.plugins.workflow.graph.FlowNode... parents)
protected String getTypeDisplayName()
getTypeDisplayName
in class org.jenkinsci.plugins.workflow.graph.FlowNode
protected String getTypeFunctionName()
getTypeFunctionName
in class org.jenkinsci.plugins.workflow.graph.FlowNode
public org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()
getDescriptor
in interface org.jenkinsci.plugins.workflow.graph.StepNode
Copyright © 2016–2020. All rights reserved.