public class FindBugsAnnotationsAggregator
extends hudson.plugins.analysis.core.AnnotationsAggregator
| Constructor and Description |
|---|
FindBugsAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
boolean usePreviousBuildAsReference,
boolean useStableBuildAsReference)
Creates a new instance of
FindBugsAnnotationsAggregator. |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.model.Action |
createAction(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult aggregatedResult) |
protected FindBugsResult |
getResult(hudson.matrix.MatrixRun run) |
protected boolean |
hasResult(hudson.matrix.MatrixRun run) |
public FindBugsAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
boolean usePreviousBuildAsReference,
boolean useStableBuildAsReference)
FindBugsAnnotationsAggregator.build - the matrix buildlauncher - the launcherlistener - the build listenerhealthDescriptor - health descriptordefaultEncoding - the default encoding to be used when reading and parsing filesusePreviousBuildAsReference - determines whether the previous build should be used as the
reference builduseStableBuildAsReference - determines whether only stable builds should be used as
reference builds or notprotected hudson.model.Action createAction(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult aggregatedResult)
createAction in class hudson.plugins.analysis.core.AnnotationsAggregatorprotected boolean hasResult(hudson.matrix.MatrixRun run)
hasResult in class hudson.plugins.analysis.core.AnnotationsAggregatorprotected FindBugsResult getResult(hudson.matrix.MatrixRun run)
getResult in class hudson.plugins.analysis.core.AnnotationsAggregatorCopyright © 2016–2018. All rights reserved.