Class DownstreamDependency
java.lang.Object
hudson.model.DependencyGraph.Dependency
au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.DownstreamDependency
Defines downstream dependency for the build pipeline trigger
- Author:
- Centrum Systems
-
Constructor Summary
ConstructorsConstructorDescriptionDownstreamDependency(AbstractProject<?, ?> upstream, AbstractProject<?, ?> downstream) Downstream Dependency -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldTriggerBuild(AbstractBuild build, TaskListener listener, List<Action> actions) Methods inherited from class hudson.model.DependencyGraph.Dependency
equals, getDownstreamProject, getUpstreamProject, hashCode, pointsItself, toString
-
Constructor Details
-
DownstreamDependency
Downstream Dependency- Parameters:
upstream- the upstream jobdownstream- the downstream job
-
-
Method Details
-
shouldTriggerBuild
- Overrides:
shouldTriggerBuildin classDependencyGraph.Dependency
-