Class DownstreamBuildAction
java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.workflow.support.steps.build.DownstreamBuildAction
- All Implemented Interfaces:
Action
,ModelObject
Tracks downstream builds triggered by the
build
step, as well as the FlowNode.getId()
of the step.- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
DownstreamBuildAction
public DownstreamBuildAction()
-
-
Method Details
-
getOrCreate
@NonNull public static DownstreamBuildAction.DownstreamBuild getOrCreate(@NonNull Run<?, ?> run, @NonNull String flowNodeId, @NonNull Item job) -
getDownstreamBuilds
-