Package hudson.matrix

Matrix project

See:
          Description

Interface Summary
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 Summary
Axis Configuration axis.
AxisDescriptor Descriptor for Axis
AxisList List of Axis.
AxisList.ConverterImpl Converter implementation for XStream.
Combination A particular combination of Axis values.
Combination.BooleanCategory Duck-typing for boolean expressions.
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  
NoopMatrixConfigurationSorter Place holder for default "do not sort" MatrixConfigurationSorter.
NoopMatrixConfigurationSorter.DescriptorImpl  
TextAxis User-defined plain text axis.
TextAxis.DescriptorImpl  
 

Package hudson.matrix Description

Matrix project



Copyright © 2004-2013. All Rights Reserved.