Package hudson.plugins.downstream_ext
Class DownstreamDependency
- java.lang.Object
-
- hudson.model.DependencyGraph.Dependency
-
- hudson.plugins.downstream_ext.DownstreamDependency
-
public class DownstreamDependency extends DependencyGraph.Dependency
Defines a dependency introduced by the downstream-ext plugin.- Author:
- kutzi
-
-
Constructor Summary
Constructors Constructor Description DownstreamDependency(AbstractProject<?,?> upstream, AbstractProject<?,?> downstream, DownstreamTrigger trigger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
boolean
shouldTriggerBuild(AbstractBuild build, TaskListener listener, List<Action> actions)
-
Methods inherited from class hudson.model.DependencyGraph.Dependency
getDownstreamProject, getUpstreamProject, hashCode, pointsItself, toString
-
-
-
-
Constructor Detail
-
DownstreamDependency
public DownstreamDependency(AbstractProject<?,?> upstream, AbstractProject<?,?> downstream, DownstreamTrigger trigger)
-
-
Method Detail
-
shouldTriggerBuild
public boolean shouldTriggerBuild(AbstractBuild build, TaskListener listener, List<Action> actions)
- Overrides:
shouldTriggerBuild
in classDependencyGraph.Dependency
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classDependencyGraph.Dependency
-
-