org.hudsonci.plugins.snapshotmonitor.internal
Class WatchedDependenciesLoader
java.lang.Object
org.hudsonci.plugins.snapshotmonitor.internal.WatchedDependenciesLoader
@Singleton
public class WatchedDependenciesLoader
- extends Object
Loads (and stores) project watched dependencies details.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_NAME
public static final String FILE_NAME
- See Also:
- Constant Field Values
WatchedDependenciesLoader
public WatchedDependenciesLoader()
load
public WatchedDependencies load(hudson.model.Job job)
throws IOException
- Throws:
IOException
store
public void store(hudson.model.Job job,
WatchedDependencies dependencies)
throws IOException
- Throws:
IOException
Copyright © 2004-2011 Hudson. All Rights Reserved.