org.hudsonci.plugins.snapshotmonitor.internal
Class WatchedDependenciesLoader

java.lang.Object
  extended by 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

Field Summary
static String FILE_NAME
           
 
Constructor Summary
WatchedDependenciesLoader()
           
 
Method Summary
 WatchedDependencies load(hudson.model.Job job)
           
 void store(hudson.model.Job job, WatchedDependencies dependencies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_NAME

public static final String FILE_NAME
See Also:
Constant Field Values
Constructor Detail

WatchedDependenciesLoader

public WatchedDependenciesLoader()
Method Detail

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-2012 Hudson. All Rights Reserved.