Uses of Class
hudson.plugins.dry.DryResult

Packages that use DryResult
hudson.plugins.dry   
 

Uses of DryResult in hudson.plugins.dry
 

Subclasses of DryResult in hudson.plugins.dry
 class DryMavenResult
          Represents the aggregated results of the PMD analysis in m2 jobs.
 

Methods in hudson.plugins.dry that return DryResult
 DryResult DryResultBuilder.build(hudson.model.AbstractBuild<?,?> build, hudson.plugins.analysis.core.ParserResult result, java.lang.String defaultEncoding)
          Creates a result that persists the DRY information for the specified build.
 

Methods in hudson.plugins.dry with parameters of type DryResult
static java.lang.String ResultSummary.createDeltaMessage(DryResult result)
          Returns the message to show as the result summary.
static java.lang.String ResultSummary.createSummary(DryResult result)
          Returns the message to show as the result summary.
 

Constructors in hudson.plugins.dry with parameters of type DryResult
DryMavenResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, hudson.plugins.analysis.core.ParserResult result, DryResult previous)
          Creates a new instance of DryMavenResult.
DryResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, hudson.plugins.analysis.core.ParserResult result, DryResult previous)
          Creates a new instance of DryResult.
DryResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, DryResult result)
          Creates a new instance of PmdResultAction.
MavenDryResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, java.lang.String defaultEncoding, DryResult result)
          Creates a new instance of MavenPmdResultAction.
 



Copyright © 2009. All Rights Reserved.