Uses of Class
hudson.plugins.pmd.PmdResult

Packages that use PmdResult
hudson.plugins.pmd   
 

Uses of PmdResult in hudson.plugins.pmd
 

Methods in hudson.plugins.pmd that return PmdResult
 PmdResult PmdResultBuilder.build(hudson.model.AbstractBuild<?,?> build, ParserResult result, java.lang.String defaultEncoding)
          Creates a result that persists the PMD information for the specified build.
 

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

Constructors in hudson.plugins.pmd with parameters of type PmdResult
MavenPmdResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String height, java.lang.String defaultEncoding, PmdResult result)
          Creates a new instance of MavenPmdResultAction.
PmdResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result, PmdResult previous)
          Creates a new instance of PmdResult.
PmdResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, PmdResult result)
          Creates a new instance of PmdResultAction.
 



Copyright © 2008. All Rights Reserved.