org.hudsonci.maven.plugin.dependencymonitor
Interface ArtifactsExtractor

All Known Implementing Classes:
ArtifactsExtractorImpl

public interface ArtifactsExtractor

Provides ArtifactsPair extraction for projects and builds.

Since:
2.1.0
Author:
Jason Dillon

Method Summary
 ArtifactsPair extract(AbstractBuild build)
          Get the artifacts for a build.
 ArtifactsPair extract(AbstractProject project)
          Get the artifacts from a projects last build.
 

Method Detail

extract

ArtifactsPair extract(AbstractProject project)
Get the artifacts from a projects last build.

Returns:
null if no matching last build or build has no Maven build records.

extract

ArtifactsPair extract(AbstractBuild build)
Get the artifacts for a build.

Returns:
null if no Maven build records are available for given build.


Copyright © 2004-2011 Hudson. All Rights Reserved.