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