Class NotExecutedNodeAction
java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.workflow.actions.NotExecutedNodeAction
- All Implemented Interfaces:
Action
,ModelObject
,PersistentAction
Action that marks a node as being non-executed.
Available so that views of a job flow node graph can be properly rendered i.e. the steps that were not executed are visibly muted in some way.
- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
NotExecutedNodeAction
public NotExecutedNodeAction()
-
-
Method Details
-
isExecuted
-