hudson.plugins.tasks
Class TasksAnnotationsAggregator
java.lang.Object
hudson.matrix.MatrixAggregator
hudson.plugins.tasks.TasksAnnotationsAggregator
- All Implemented Interfaces:
- hudson.ExtensionPoint
public class TasksAnnotationsAggregator
- extends hudson.matrix.MatrixAggregator
Aggregates TasksResultActions of MatrixRuns into
MatrixBuild.
- Author:
- Ulli Hafner
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.matrix.MatrixAggregator |
build, launcher, listener |
|
Constructor Summary |
TasksAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding)
Creates a new instance of AnnotationsAggregator. |
|
Method Summary |
boolean |
endBuild()
|
boolean |
endRun(hudson.matrix.MatrixRun run)
|
| 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 |
TasksAnnotationsAggregator
public TasksAnnotationsAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding)
- Creates a new instance of
AnnotationsAggregator.
- Parameters:
build - the matrix buildlauncher - the launcherlistener - the build listenerhealthDescriptor - health descriptordefaultEncoding - the default encoding to be used when reading and parsing files
endRun
public boolean endRun(hudson.matrix.MatrixRun run)
throws InterruptedException,
IOException
- Overrides:
endRun in class hudson.matrix.MatrixAggregator
- Throws:
InterruptedException
IOException
endBuild
public boolean endBuild()
throws InterruptedException,
IOException
- Overrides:
endBuild in class hudson.matrix.MatrixAggregator
- Throws:
InterruptedException
IOException
Copyright © 2004-2012 Hudson. All Rights Reserved.