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, JavaProject project)
          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, HealthReportBuilder healthReportBuilder, java.lang.String height, PmdResult result)
          Creates a new instance of MavenPmdResultAction.
PmdResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder, PmdResult result)
          Creates a new instance of PmdResultAction.
 



Copyright © 2008. All Rights Reserved.