public class DependencyCheckAnnotationsAggregator
extends hudson.plugins.analysis.core.AnnotationsAggregator
| Constructor and Description |
|---|
DependencyCheckAnnotationsAggregator(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
DependencyCheckAnnotationsAggregator. |
| 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 DependencyCheckResult |
getResult(hudson.matrix.MatrixRun run) |
protected boolean |
hasResult(hudson.matrix.MatrixRun run) |
public DependencyCheckAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
boolean useStableBuildAsReference)
DependencyCheckAnnotationsAggregator.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 DependencyCheckResult getResult(hudson.matrix.MatrixRun run)
getResult in class hudson.plugins.analysis.core.AnnotationsAggregatorCopyright © 2012-2013 OWASP. All Rights Reserved.