public class StepStartNode extends org.jenkinsci.plugins.workflow.graph.BlockStartNode implements StepNode
BlockStartNode
for executing Step
with body closure.ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem
Constructor and Description |
---|
StepStartNode(CpsFlowExecution exec,
org.jenkinsci.plugins.workflow.steps.StepDescriptor d,
org.jenkinsci.plugins.workflow.graph.FlowNode parent) |
Modifier and Type | Method and Description |
---|---|
org.jenkinsci.plugins.workflow.steps.StepDescriptor |
getDescriptor() |
String |
getStepName() |
protected String |
getTypeDisplayName() |
protected String |
getTypeFunctionName() |
boolean |
isBody() |
protected Object |
readResolve() |
equals, getAction, getActions, getAllEnclosingIds, getDisplayFunctionName, getDisplayName, getEnclosingBlocks, getEnclosingId, getError, getExecution, getIconColor, getId, getParentIds, getParents, getPersistentAction, getSearchUrl, getUrl, hashCode, isActive, isRunning, iterateEnclosingBlocks, 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 StepStartNode(CpsFlowExecution exec, org.jenkinsci.plugins.workflow.steps.StepDescriptor d, org.jenkinsci.plugins.workflow.graph.FlowNode parent)
public org.jenkinsci.plugins.workflow.steps.StepDescriptor getDescriptor()
getDescriptor
in interface org.jenkinsci.plugins.workflow.graph.StepNode
protected Object readResolve() throws ObjectStreamException
readResolve
in class org.jenkinsci.plugins.workflow.graph.FlowNode
ObjectStreamException
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 boolean isBody()
public String getStepName()
Copyright © 2016–2020. All rights reserved.