org.hudsonci.plugins.snapshotmonitor.internal
Class SnapshotMonitorImpl
java.lang.Object
org.hudsonci.plugins.snapshotmonitor.internal.SnapshotMonitorImpl
- All Implemented Interfaces:
- SnapshotMonitor
@Named
@Singleton
public class SnapshotMonitorImpl
- extends Object
- implements SnapshotMonitor
Default SnapshotMonitor implementation.
- 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 |
SnapshotMonitorImpl
@Inject
public SnapshotMonitorImpl(SystemService system,
SnapshotMonitorPlugin plugin,
javax.inject.Provider<MetadataChecker> checkerFactory)
isConfigured
public boolean isConfigured()
- Specified by:
isConfigured in interface SnapshotMonitor
update
public void update(AbstractBuild build,
Collection<MavenCoordinatesDTO> dependencies)
throws IOException
- Specified by:
update in interface SnapshotMonitor
- Throws:
IOException
check
public void check(AbstractProject project)
throws IOException
- Specified by:
check in interface SnapshotMonitor
- Throws:
IOException
Copyright © 2004-2011 Hudson. All Rights Reserved.