Package hudson.plugins.emailext
Class ExtendedEmailPublisher.MatrixAggregatableImpl
java.lang.Object
hudson.plugins.emailext.ExtendedEmailPublisher.MatrixAggregatableImpl
- All Implemented Interfaces:
ExtensionPoint
,hudson.matrix.MatrixAggregatable
- Enclosing class:
- ExtendedEmailPublisher
@OptionalExtension(requirePlugins="matrix-project")
public static final class ExtendedEmailPublisher.MatrixAggregatableImpl
extends Object
implements hudson.matrix.MatrixAggregatable
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhudson.matrix.MatrixAggregator
createAggregator
(hudson.matrix.MatrixBuild matrixbuild, Launcher launcher, BuildListener buildlistener)
-
Constructor Details
-
MatrixAggregatableImpl
public MatrixAggregatableImpl()
-
-
Method Details
-
createAggregator
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild matrixbuild, Launcher launcher, BuildListener buildlistener) - Specified by:
createAggregator
in interfacehudson.matrix.MatrixAggregatable
-