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.UseBuildUpstreamCause
insteadAttached to newly-created builds in order to point back to the triggering FlowNode.- See Also:
DownstreamBuildAction
-
-
Constructor Summary
Constructors Constructor Description BuildUpstreamNodeAction(org.jenkinsci.plugins.workflow.graph.FlowNode node, Run<?,?> invokingRun)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.String
getUpstreamNodeId()
Deprecated.String
getUpstreamRunId()
Deprecated.int
hashCode()
Deprecated.-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
-
-
-
Constructor Detail
-
BuildUpstreamNodeAction
public BuildUpstreamNodeAction(org.jenkinsci.plugins.workflow.graph.FlowNode node, Run<?,?> invokingRun)
Deprecated.
-
-