Uses of Class
hudson.plugins.pmd.PmdResult

Packages that use PmdResult
hudson.plugins.pmd   
 

Uses of PmdResult in hudson.plugins.pmd
 

Subclasses of PmdResult in hudson.plugins.pmd
 class PmdMavenResult
          Represents the aggregated results of the PMD analysis in m2 jobs.
 

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 defaultEncoding, PmdResult result)
          Creates a new instance of MavenPmdResultAction.
PmdMavenResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, ParserResult result, PmdResult previous)
          Creates a new instance of PmdMavenResult.
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 © 2009. All Rights Reserved.