Class NotExecutedNodeAction

java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.workflow.actions.NotExecutedNodeAction
All Implemented Interfaces:
Action, ModelObject, PersistentAction

public class NotExecutedNodeAction extends InvisibleAction implements 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 Details

    • NotExecutedNodeAction

      public NotExecutedNodeAction()
  • Method Details

    • isExecuted

      public static boolean isExecuted(FlowNode node)