org.hudsonci.plugins.snapshotmonitor
Interface MetadataChecker

All Known Implementing Classes:
SimpleMetadataChecker

public interface MetadataChecker

Checks Maven metadata for a WatchedDependency.

Since:
2.1.0
Author:
Jason Dillon

Method Summary
 long check(WatchedDependency dependency)
           
 String getPath(MavenCoordinatesDTO artifact)
           
 

Method Detail

getPath

String getPath(MavenCoordinatesDTO artifact)

check

long check(WatchedDependency dependency)
           throws IOException
Throws:
IOException


Copyright © 2004-2011 Hudson. All Rights Reserved.