| Interface | Description |
|---|---|
| MatrixAggregatable |
Publisher, JobProperty, BuildWrapper can optionally implement this interface
to perform result aggregation across MatrixRun. |
| MatrixChildAction |
Optional interface for
Actions that are used as parameters
to Queue.schedule(Task, int, Action...) to indicate that they
want to be also passed to the MatrixRuns from its parent MatrixBuild. |
| Class | Description |
|---|---|
| Axis |
Configuration axis.
|
| AxisDescriptor |
Descriptor for Axis |
| AxisList |
List of
Axis. |
| AxisList.ConverterImpl |
Converter implementation for XStream. |
| Combination |
A particular combination of
Axis values. |
| DefaultAxisDescriptor |
AxisDescriptor for manually entered default axis. |
| DefaultMatrixExecutionStrategyImpl |
MatrixExecutionStrategy that captures historical behavior. |
| DefaultMatrixExecutionStrategyImpl.DescriptorImpl | |
| JDKAxis |
Axis that selects available JDKs. |
| JDKAxis.DescriptorImpl | |
| LabelAxis |
Axis that selects label expressions. |
| LabelAxis.DescriptorImpl | |
| LabelExpAxis |
Axis that selects label expressions. |
| LabelExpAxis.DescriptorImpl | |
| Layouter<T> |
Used to assist thegeneration of config table.
|
| MatrixAggregator |
Performs the aggregation of
MatrixRun results
into MatrixBuild. |
| MatrixBuild |
Build of
MatrixProject. |
| MatrixConfiguration |
One configuration of
MatrixProject. |
| MatrixConfiguration.ParentBuildAction | |
| MatrixConfigurationSorter |
Add sorting for configurations
MatrixConfigurations of matrix job MatrixProject |
| MatrixConfigurationSorterDescriptor |
Descriptor for
MatrixConfigurationSorter. |
| MatrixExecutionStrategy |
Controls the execution sequence of
MatrixConfiguration when MatrixProject builds,
including what degree it gets serialized/parallelled, how the whole build is abandoned when
some fails, etc. |
| MatrixExecutionStrategyDescriptor | |
| MatrixProject |
Job that allows you to run multiple different configurations
from a single setting. |
| MatrixProject.DescriptorImpl | |
| MatrixRun |
Execution of
MatrixConfiguration. |
| Messages |
Generated localization support class.
|
| NoopMatrixConfigurationSorter |
Place holder for default "do not sort"
MatrixConfigurationSorter. |
| NoopMatrixConfigurationSorter.DescriptorImpl | |
| TextAxis |
User-defined plain text axis.
|
| TextAxis.DescriptorImpl |
Copyright © 2016. All rights reserved.