Class BuildUpstreamNodeAction

java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.workflow.support.steps.build.BuildUpstreamNodeAction
All Implemented Interfaces:
Action, ModelObject

@Deprecated public class BuildUpstreamNodeAction extends InvisibleAction
Deprecated.
Use BuildUpstreamCause instead
Attached to newly-created builds in order to point back to the triggering FlowNode.
See Also:
  • Constructor Details

    • BuildUpstreamNodeAction

      public BuildUpstreamNodeAction(org.jenkinsci.plugins.workflow.graph.FlowNode node, Run<?,?> invokingRun)
      Deprecated.
  • Method Details

    • getUpstreamNodeId

      public String getUpstreamNodeId()
      Deprecated.
    • getUpstreamRunId

      public String getUpstreamRunId()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object