org.hudsonci.plugins.snapshotmonitor.model
Class WatchedDependencies

java.lang.Object
  extended by org.hudsonci.plugins.snapshotmonitor.model.WatchedDependencies

public class WatchedDependencies
extends Object

Container for the watched dependencies of a project.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
WatchedDependencies()
           
 
Method Summary
 Collection<WatchedDependency> getDependencies()
           
 void setDependencies(Collection<WatchedDependency> dependencies)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WatchedDependencies

public WatchedDependencies()
Method Detail

getDependencies

public Collection<WatchedDependency> getDependencies()

setDependencies

public void setDependencies(Collection<WatchedDependency> dependencies)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.