public interface MatrixAggregatable
extends hudson.ExtensionPoint
Publisher
, JobProperty
, BuildWrapper
can optionally implement this interface
to perform result aggregation across MatrixRun
.
This is useful for example to aggregate all the test results
in MatrixRun
into a single table/graph.
Modifier and Type | Method and Description |
---|---|
MatrixAggregator |
createAggregator(MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Creates a new instance of the aggregator.
|
MatrixAggregator createAggregator(MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
This method is called during the build of
MatrixBuild
and the created aggregator
will perform the aggregation.
build
- The build for which the aggregation shall happen. Never null.launcher
- Can be used to launch processes during the build.listener
- Progress report and errors during the aggregation should
be sent to this object. Never null.MatrixAggregator.build
,
MatrixAggregator.listener
Copyright © 2014. All rights reserved.