hudson.plugins.ccm
Class CcmAnnotationsAggregator
java.lang.Object
hudson.matrix.MatrixAggregator
hudson.plugins.analysis.core.AnnotationsAggregator
hudson.plugins.ccm.CcmAnnotationsAggregator
- All Implemented Interfaces:
- hudson.ExtensionPoint
public class CcmAnnotationsAggregator
- extends hudson.plugins.analysis.core.AnnotationsAggregator
Aggregates CcmResultActions of MatrixRuns into
MatrixBuild.
- Since:
- 3.0
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.matrix.MatrixAggregator |
build, launcher, listener |
|
Constructor Summary |
CcmAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding)
|
|
Method Summary |
protected hudson.model.Action |
createAction(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult aggregatedResult)
|
protected hudson.plugins.analysis.core.BuildResult |
getResult(hudson.matrix.MatrixRun run)
|
protected boolean |
hasResult(hudson.matrix.MatrixRun run)
|
| Methods inherited from class hudson.plugins.analysis.core.AnnotationsAggregator |
endBuild, endRun |
| Methods inherited from class hudson.matrix.MatrixAggregator |
startBuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CcmAnnotationsAggregator
public CcmAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding)
- Parameters:
build - launcher - listener - healthDescriptor - defaultEncoding -
createAction
protected hudson.model.Action createAction(hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult aggregatedResult)
- Specified by:
createAction in class hudson.plugins.analysis.core.AnnotationsAggregator
hasResult
protected boolean hasResult(hudson.matrix.MatrixRun run)
- Overrides:
hasResult in class hudson.plugins.analysis.core.AnnotationsAggregator
getResult
protected hudson.plugins.analysis.core.BuildResult getResult(hudson.matrix.MatrixRun run)
- Specified by:
getResult in class hudson.plugins.analysis.core.AnnotationsAggregator
Copyright © 2010-2012 Jenkins. All Rights Reserved.