hudson.plugins.dependencyanalyzer
Class DependencyAnalyzerResultBuilder

java.lang.Object
  extended by hudson.plugins.dependencyanalyzer.DependencyAnalyzerResultBuilder

public final class DependencyAnalyzerResultBuilder
extends Object

Build dependency analyze result for a Maven job.

Author:
Vincent Sellier, Etienne Jouvin

Method Summary
 BuildResult buildResult(hudson.maven.MavenModuleSetBuild build)
          Build dependency analyze result for all module inside a build.
static DependencyAnalyzerResultBuilder getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.