public class ParasoftAnnotationsAggregator
extends hudson.plugins.analysis.core.AnnotationsAggregator
Constructor and Description |
---|
ParasoftAnnotationsAggregator(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
ParasoftAnnotationsAggregator . |
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 ParasoftResult |
getResult(hudson.matrix.MatrixRun run) |
protected boolean |
hasResult(hudson.matrix.MatrixRun run) |
public ParasoftAnnotationsAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, String defaultEncoding, boolean usePreviousBuildAsReference, boolean useStableBuildAsReference)
ParasoftAnnotationsAggregator
.build
- the matrix buildlauncher
- the launcherlistener
- the build listenerhealthDescriptor
- health descriptordefaultEncoding
- the default encoding to be used when reading and parsing filesusePreviousBuildAsReference
- determines whether previous builds should be used as
reference builds or notuseStableBuildAsReference
- 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.AnnotationsAggregator
protected boolean hasResult(hudson.matrix.MatrixRun run)
hasResult
in class hudson.plugins.analysis.core.AnnotationsAggregator
protected ParasoftResult getResult(hudson.matrix.MatrixRun run)
getResult
in class hudson.plugins.analysis.core.AnnotationsAggregator
Copyright © 2016. All rights reserved.