Class FlowStartNode
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.workflow.graph.FlowNode
org.jenkinsci.plugins.workflow.graph.BlockStartNode
org.jenkinsci.plugins.workflow.graph.FlowStartNode
- All Implemented Interfaces:
ModelObject,Saveable,SearchableModelObject,SearchItem,ModelObjectWithContextMenu
Start of the entire flow.
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Why are you calling a method that always return empty list?protected StringGets a human readable name for this type of the node.Methods inherited from class org.jenkinsci.plugins.workflow.graph.BlockStartNode
getEndNodeMethods inherited from class org.jenkinsci.plugins.workflow.graph.FlowNode
equals, getAction, getActions, getAllEnclosingIds, getDisplayFunctionName, getDisplayName, getEnclosingBlocks, getEnclosingId, getError, getExecution, getIconColor, getId, getParentIds, getPersistentAction, getSearchUrl, getTypeFunctionName, getUrl, hashCode, isActive, isRunning, iterateEnclosingBlocks, readResolve, save, setActions, toStringMethods inherited from class hudson.model.Actionable
addAction, addOrReplaceAction, doContextMenu, doContextMenu, getAction, getActions, getAllActions, getDynamic, getDynamic, removeAction, removeActions, replaceAction, replaceActionsMethods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendErrorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.search.SearchItem
getSearchGroup, getSearchIcon
-
Constructor Details
-
FlowStartNode
-
-
Method Details
-
getParents
Deprecated.Why are you calling a method that always return empty list?Description copied from class:FlowNodeReturns a read-only view of parents.- Overrides:
getParentsin classFlowNode
-
getTypeDisplayName
Description copied from class:FlowNodeGets a human readable name for this type of the node. This is used to implementFlowNode.getDisplayName()as a fallback in caseLabelActiondoes not exist.- Specified by:
getTypeDisplayNamein classFlowNode
-