hudson.plugins.dependencyanalyzer.result
Class BuildResult

java.lang.Object
  extended by hudson.plugins.dependencyanalyzer.result.BuildResult
All Implemented Interfaces:
Serializable

public class BuildResult
extends Object
implements Serializable

Dependency analyze result for a build.

Author:
Vincent Sellier, Etienne Jouvin
See Also:
Serialized Form

Constructor Summary
BuildResult()
           
 
Method Summary
 void addResult(ModuleResult result)
          Add dependency analyze result for a module in the build.
 List<ModuleResult> getModules()
          Get all modules results for the build.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildResult

public BuildResult()
Method Detail

addResult

public void addResult(ModuleResult result)
Add dependency analyze result for a module in the build.

Parameters:
result - Module result to add.

getModules

public List<ModuleResult> getModules()
Get all modules results for the build.

Returns:
Modules results.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2004-2014. All Rights Reserved.