Class BlockStartNode
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.workflow.graph.FlowNode
org.jenkinsci.plugins.workflow.graph.BlockStartNode
- All Implemented Interfaces:
ModelObject,Saveable,SearchableModelObject,SearchItem,ModelObjectWithContextMenu
- Direct Known Subclasses:
FlowStartNode,ForkNode
Together with
BlockEndNode, designates some kind of nested structure that contains "children",
which are FlowNodes that are in between BlockStartNode and BlockEndNode- Author:
- Kohsuke Kawaguchi, Jesse Glick
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType -
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBlockStartNode(FlowExecution exec, String id, List<FlowNode> parents) protectedBlockStartNode(FlowExecution exec, String id, FlowNode... parents) -
Method Summary
Modifier and TypeMethodDescriptionReturn theBlockEndNodefor this block, or null if the block hasn't completed yet.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, getTypeDisplayName, 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
-
BlockStartNode
-
BlockStartNode
-
-
Method Details
-
getEndNode
Return theBlockEndNodefor this block, or null if the block hasn't completed yet.
-