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
          Deprecated. not used anymore
 class PmdReporterResult
          Represents the aggregated results of the PMD analysis in m2 jobs.
 

Methods in hudson.plugins.pmd that return PmdResult
protected  PmdResult PmdReporter.createResult(hudson.maven.MavenBuild build, hudson.plugins.analysis.core.ParserResult project)
           
protected  PmdResult PmdMavenResultAction.createResult(PmdResult existingResult, PmdResult additionalResult)
           
protected  PmdResult PmdAnnotationsAggregator.getResult(hudson.matrix.MatrixRun run)
           
 

Methods in hudson.plugins.pmd that return types with arguments of type PmdResult
 java.lang.Class<? extends hudson.plugins.analysis.core.MavenResultAction<PmdResult>> PmdMavenResultAction.getIndividualActionType()
           
 

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.
protected  hudson.maven.MavenAggregatedReport PmdReporter.createMavenAggregatedReport(hudson.maven.MavenBuild build, PmdResult result)
           
protected  PmdResult PmdMavenResultAction.createResult(PmdResult existingResult, PmdResult additionalResult)
           
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.maven.MavenBuild owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, java.lang.String defaultEncoding, PmdResult result)
          Deprecated. Creates a new instance of MavenPmdResultAction.
PmdMavenResultAction(hudson.maven.MavenBuild owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, java.lang.String defaultEncoding, PmdResult result)
          Creates a new instance of PmdMavenResultAction.
PmdResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, PmdResult result)
          Creates a new instance of PmdResultAction.
 

Constructor parameters in hudson.plugins.pmd with type arguments of type PmdResult
PmdProjectAction(hudson.model.AbstractProject<?,?> project, java.lang.Class<? extends hudson.plugins.analysis.core.ResultAction<PmdResult>> type)
          Instantiates a new PmdProjectAction.
 



Copyright © 2004-2011. All Rights Reserved.