Uses of Class
hudson.plugins.findbugs.FindBugsResult

Packages that use FindBugsResult
hudson.plugins.findbugs   
 

Uses of FindBugsResult in hudson.plugins.findbugs
 

Methods in hudson.plugins.findbugs that return FindBugsResult
 FindBugsResult FindBugsResultBuilder.build(hudson.model.AbstractBuild<?,?> build, JavaProject project)
          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
FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder, FindBugsResult result)
          Creates a new instance of FindBugsBuildAction.
MavenFindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder, java.lang.String height, FindBugsResult result)
          Creates a new instance of MavenFindBugsResultAction.
 



Copyright © 2008. All Rights Reserved.