hudson.maven
Class AbstractMavenProject.MavenModuleDependency

java.lang.Object
  extended by hudson.model.DependencyGraph.Dependency
      extended by hudson.maven.AbstractMavenProject.MavenModuleDependency
Enclosing class:
AbstractMavenProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>

protected static class AbstractMavenProject.MavenModuleDependency
extends DependencyGraph.Dependency


Constructor Summary
AbstractMavenProject.MavenModuleDependency(AbstractMavenProject<?,?> upstream, AbstractProject<?,?> downstream)
           
 
Method Summary
 boolean shouldTriggerBuild(AbstractBuild build, TaskListener listener, List<Action> actions)
           
 
Methods inherited from class hudson.model.DependencyGraph.Dependency
equals, getDownstreamProject, getUpstreamProject, hashCode, pointsItself
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMavenProject.MavenModuleDependency

public AbstractMavenProject.MavenModuleDependency(AbstractMavenProject<?,?> upstream,
                                                  AbstractProject<?,?> downstream)
Method Detail

shouldTriggerBuild

public boolean shouldTriggerBuild(AbstractBuild build,
                                  TaskListener listener,
                                  List<Action> actions)
Overrides:
shouldTriggerBuild in class DependencyGraph.Dependency


Copyright © 2004-2011. All Rights Reserved.