hudson.plugins.dependencyanalyzer
Class DependencyAnalyzerResultBuilder
java.lang.Object
hudson.plugins.dependencyanalyzer.DependencyAnalyzerResultBuilder
public final class DependencyAnalyzerResultBuilder
- extends Object
Build dependency analyze result for a Maven job.
- Author:
- Vincent Sellier, Etienne Jouvin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static DependencyAnalyzerResultBuilder getInstance()
- Returns:
- Default instance.
buildResult
public BuildResult buildResult(hudson.maven.MavenModuleSetBuild build)
throws IOException
- Build dependency analyze result for all module inside a build.
- Parameters:
build - Source build.
- Returns:
- Dependency analyze result for the build, includes all module inside the build.
- Throws:
IOException - File reading and writing exception.
Copyright © 2004-2014. All Rights Reserved.