| Package | Description |
|---|---|
| hudson.plugins.findbugs |
| Modifier and Type | Class and Description |
|---|---|
class |
FindBugsMavenResult
Deprecated.
not used anymore
|
class |
FindBugsReporterResult
Represents the aggregated results of the FindBugs analysis in m2 jobs.
|
| Modifier and Type | Method and Description |
|---|---|
protected FindBugsResult |
FindBugsMavenResultAction.createResult(FindBugsResult existingResult,
FindBugsResult additionalResult) |
protected FindBugsResult |
FindBugsReporter.createResult(hudson.maven.MavenBuild build,
hudson.plugins.analysis.core.ParserResult project) |
protected FindBugsResult |
FindBugsAnnotationsAggregator.getResult(hudson.matrix.MatrixRun run) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends hudson.plugins.analysis.core.MavenResultAction<FindBugsResult>> |
FindBugsMavenResultAction.getIndividualActionType() |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.maven.MavenAggregatedReport |
FindBugsReporter.createMavenAggregatedReport(hudson.maven.MavenBuild build,
FindBugsResult result) |
protected FindBugsResult |
FindBugsMavenResultAction.createResult(FindBugsResult existingResult,
FindBugsResult additionalResult) |
| Constructor and Description |
|---|
FindBugsMavenResultAction(hudson.model.Run<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
FindBugsResult result)
Creates a new instance of
FindBugsMavenResultAction. |
FindBugsResultAction(hudson.model.Run<?,?> 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,
String defaultEncoding,
FindBugsResult result)
Deprecated.
Creates a new instance of
MavenFindBugsResultAction. |
| Constructor and Description |
|---|
FindBugsProjectAction(hudson.model.Job<?,?> job,
Class<? extends hudson.plugins.analysis.core.ResultAction<FindBugsResult>> type)
Instantiates a new
FindBugsProjectAction. |
FindBugsResult(hudson.model.Run<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
boolean usePreviousBuildAsReference,
boolean useStableBuildAsReference,
Class<? extends hudson.plugins.analysis.core.ResultAction<FindBugsResult>> actionType)
Creates a new instance of
FindBugsResult. |
Copyright © 2016–2018. All rights reserved.