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 that return FindBugsResult
 FindBugsResult FindBugsResultBuilder.build(hudson.model.AbstractBuild<?,?> build, hudson.plugins.analysis.core.ParserResult project, java.lang.String defaultEncoding)
          Creates a result that persists the FindBugs information for the specified build.
 

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
FindBugsMavenResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, hudson.plugins.analysis.core.ParserResult result, FindBugsResult previous)
          Creates a new instance of FindBugsMavenResult.
FindBugsResult(hudson.model.AbstractBuild<?,?> build, java.lang.String defaultEncoding, hudson.plugins.analysis.core.ParserResult result, FindBugsResult previous)
          Creates a new instance of FindBugsResult.
FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, FindBugsResult result)
          Creates a new instance of FindBugsBuildAction.
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.