Uses of Class
hudson.plugins.findbugs.FindBugsResult

Packages that use FindBugsResult
hudson.plugins.findbugs   
 

Uses of FindBugsResult in hudson.plugins.findbugs
 

Subclasses of FindBugsResult in hudson.plugins.findbugs
 class FindBugsMavenResult
          Represents the aggregated results of the PMD analysis in m2 jobs.
 

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

Constructors in hudson.plugins.findbugs with parameters of type FindBugsResult
FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, FindBugsResult result)
          Creates a new instance of FindBugsResultAction.
MavenFindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, java.lang.String defaultEncoding, FindBugsResult result)
          Creates a new instance of MavenFindBugsResultAction.
 



Copyright © 2010. All Rights Reserved.