Class BuildUpstreamNodeAction
java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.workflow.support.steps.build.BuildUpstreamNodeAction
- All Implemented Interfaces:
Action
,ModelObject
Deprecated.
Attached to newly-created builds in order to point back to the triggering FlowNode.
- See Also:
-
Constructor Summary
ConstructorDescriptionBuildUpstreamNodeAction
(org.jenkinsci.plugins.workflow.graph.FlowNode node, Run<?, ?> invokingRun) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
BuildUpstreamNodeAction
public BuildUpstreamNodeAction(org.jenkinsci.plugins.workflow.graph.FlowNode node, Run<?, ?> invokingRun) Deprecated.
-
-
Method Details
BuildUpstreamCause
instead