org.hudsonci.plugins.snapshotmonitor
Interface SnapshotMonitor

All Known Implementing Classes:
SnapshotMonitorImpl

public interface SnapshotMonitor

Since:
2.1.0
Author:
Jason Dillon

Method Summary
 void check(AbstractProject project)
           
 boolean isConfigured()
           
 void update(AbstractBuild build, Collection<MavenCoordinatesDTO> dependencies)
           
 

Method Detail

isConfigured

boolean isConfigured()

update

void update(AbstractBuild build,
            Collection<MavenCoordinatesDTO> dependencies)
            throws IOException
Throws:
IOException

check

void check(AbstractProject project)
           throws IOException
Throws:
IOException


Copyright © 2004-2011 Hudson. All Rights Reserved.