public class StepAtomNode extends org.jenkinsci.plugins.workflow.graph.AtomNode implements StepNode
AtomNode
for executing Step
without body closure.ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem
Constructor and Description |
---|
StepAtomNode(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() |
protected String |
getTypeDisplayName() |
protected String |
getTypeFunctionName() |
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 StepAtomNode(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
Copyright © 2016–2020. All rights reserved.