Class FlowEndNode
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.workflow.graph.FlowNode
org.jenkinsci.plugins.workflow.graph.BlockEndNode<FlowStartNode>
org.jenkinsci.plugins.workflow.graph.FlowEndNode
- All Implemented Interfaces:
ModelObject
,Saveable
,SearchableModelObject
,SearchItem
,ModelObjectWithContextMenu
End of the entire program.
- Author:
- Kohsuke Kawaguchi, Jesse Glick
-
Nested Class Summary
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFlowEndNode
(FlowExecution exec, String id, FlowStartNode start, Result result, FlowNode... parents) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Gets a human readable name for this type of the node.Methods inherited from class org.jenkinsci.plugins.workflow.graph.BlockEndNode
getStartNode
Methods inherited from class org.jenkinsci.plugins.workflow.graph.FlowNode
equals, getAction, getActions, getAllEnclosingIds, getDisplayFunctionName, getDisplayName, getEnclosingBlocks, getEnclosingId, getError, getExecution, getIconColor, getId, getParentIds, getParents, getPersistentAction, getSearchUrl, getTypeFunctionName, getUrl, hashCode, isActive, isRunning, iterateEnclosingBlocks, readResolve, save, setActions, toString
Methods inherited from class hudson.model.Actionable
addAction, addOrReplaceAction, doContextMenu, getAction, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActions
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
FlowEndNode
public FlowEndNode(FlowExecution exec, String id, FlowStartNode start, Result result, FlowNode... parents)
-
-
Method Details
-
getResult
-
getTypeDisplayName
Description copied from class:FlowNode
Gets a human readable name for this type of the node. This is used to implementFlowNode.getDisplayName()
as a fallback in caseLabelAction
does not exist.- Specified by:
getTypeDisplayName
in classFlowNode
-