Class NodeRunStatus

java.lang.Object
io.jenkins.plugins.pipelinegraphview.utils.NodeRunStatus

public class NodeRunStatus extends Object
Author:
Vivek Pandey
  • Field Details

  • Constructor Details

    • NodeRunStatus

      public NodeRunStatus(@NonNull org.jenkinsci.plugins.workflow.graph.FlowNode endNode)
    • NodeRunStatus

      public NodeRunStatus(@NonNull org.jenkinsci.plugins.workflow.graph.FlowNode endNode, @CheckForNull Set<String> activeNodeIds)
      When activeNodeIds is non-null, liveness is read from the set rather than from FlowNode.isActive().
    • NodeRunStatus

      public NodeRunStatus(BlueRun.BlueRunResult result, BlueRun.BlueRunState state)
    • NodeRunStatus

      public NodeRunStatus(GenericStatus status)
    • NodeRunStatus

      public NodeRunStatus(GenericStatus status, boolean skipped)
  • Method Details