public class AnalysisAnnotationsAggregator
extends hudson.plugins.analysis.core.AnnotationsAggregator
| Constructor and Description |
|---|
AnalysisAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
boolean useStableBuildAsReference)
Creates a new instance of
AnnotationsAggregator. |
| 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 AnalysisResult |
getResult(hudson.matrix.MatrixRun run) |
protected boolean |
hasResult(hudson.matrix.MatrixRun run) |
public AnalysisAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
boolean useStableBuildAsReference)
AnnotationsAggregator.build - the matrix buildlauncher - the launcherlistener - the build listenerhealthDescriptor - health descriptordefaultEncoding - the default encoding to be used when reading and parsing filesuseStableBuildAsReference - 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 AnalysisResult getResult(hudson.matrix.MatrixRun run)
getResult in class hudson.plugins.analysis.core.AnnotationsAggregatorCopyright © 2004-2013. All Rights Reserved.