public class DownstreamDependency
extends hudson.model.DependencyGraph.Dependency
Constructor and Description |
---|
DownstreamDependency(hudson.model.AbstractProject<?,?> upstream,
hudson.model.AbstractProject<?,?> downstream)
Downstream Dependency
|
Modifier and Type | Method and Description |
---|---|
boolean |
shouldTriggerBuild(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
List<hudson.model.Action> actions) |
public DownstreamDependency(hudson.model.AbstractProject<?,?> upstream, hudson.model.AbstractProject<?,?> downstream)
upstream
- the upstream jobdownstream
- the downstream jobpublic boolean shouldTriggerBuild(hudson.model.AbstractBuild build, hudson.model.TaskListener listener, List<hudson.model.Action> actions)
shouldTriggerBuild
in class hudson.model.DependencyGraph.Dependency
Copyright © 2004-2014. All Rights Reserved.