Uses of Class
org.hudsonci.plugins.snapshotmonitor.model.WatchedDependency

Packages that use WatchedDependency
org.hudsonci.plugins.snapshotmonitor   
org.hudsonci.plugins.snapshotmonitor.internal   
org.hudsonci.plugins.snapshotmonitor.model   
 

Uses of WatchedDependency in org.hudsonci.plugins.snapshotmonitor
 

Methods in org.hudsonci.plugins.snapshotmonitor that return types with arguments of type WatchedDependency
 Collection<WatchedDependency> WatchedDependenciesProperty.get()
           
 

Methods in org.hudsonci.plugins.snapshotmonitor with parameters of type WatchedDependency
 long MetadataChecker.check(WatchedDependency dependency)
           
 

Method parameters in org.hudsonci.plugins.snapshotmonitor with type arguments of type WatchedDependency
 void WatchedDependenciesProperty.set(Collection<WatchedDependency> dependencies)
           
 

Uses of WatchedDependency in org.hudsonci.plugins.snapshotmonitor.internal
 

Methods in org.hudsonci.plugins.snapshotmonitor.internal with parameters of type WatchedDependency
 long SimpleMetadataChecker.check(WatchedDependency dependency)
          Returns the last-updated date for the given dependency, or 0 if unavailable.
 

Uses of WatchedDependency in org.hudsonci.plugins.snapshotmonitor.model
 

Methods in org.hudsonci.plugins.snapshotmonitor.model that return types with arguments of type WatchedDependency
 Collection<WatchedDependency> WatchedDependencies.getDependencies()
           
 

Method parameters in org.hudsonci.plugins.snapshotmonitor.model with type arguments of type WatchedDependency
 void WatchedDependencies.setDependencies(Collection<WatchedDependency> dependencies)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.