Uses of Class
hudson.plugins.dry.DryResult

Packages that use DryResult
hudson.plugins.dry   
 

Uses of DryResult in hudson.plugins.dry
 

Methods in hudson.plugins.dry that return DryResult
 DryResult DryResultBuilder.build(hudson.model.AbstractBuild<?,?> build, 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
DryResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result, DryResult previous)
          Creates a new instance of PmdResult.
DryResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, DryResult result)
          Creates a new instance of PmdResultAction.
MavenDryResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String height, java.lang.String defaultEncoding, DryResult result)
          Creates a new instance of MavenPmdResultAction.
 



Copyright © 2009. All Rights Reserved.