Uses of Package
hudson.matrix

Packages that use hudson.matrix
hudson.matrix Matrix project 
hudson.matrix.listeners   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Classes in hudson.matrix used by hudson.matrix
Axis
          Configuration axis.
AxisDescriptor
          Descriptor for Axis
AxisList
          List of Axis.
Combination
          A particular combination of Axis values.
LabelAxis
          Axis that selects label expressions.
LabelExpAxis.DescriptorImpl
           
Layouter
          Used to assist thegeneration of config table.
Layouter.Column
           
Layouter.Row
          Represents a row, which is a collection of Layouter.Columns.
MatrixAggregator
          Performs the aggregation of MatrixRun results into MatrixBuild.
MatrixBuild
          Build of MatrixProject.
MatrixBuild.MatrixBuildExecution
          Object that lives from the start of MatrixBuild execution to its end.
MatrixBuild.RunPtr
          Used by view to render a ball for MatrixRun.
MatrixConfiguration
          One configuration of MatrixProject.
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.
 

Classes in hudson.matrix used by hudson.matrix.listeners
MatrixBuild
          Build of MatrixProject.
MatrixConfiguration
          One configuration of MatrixProject.
 

Classes in hudson.matrix used by hudson.model
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.
 

Classes in hudson.matrix used by hudson.tasks.junit
MatrixAggregatable
          Publisher, JobProperty, BuildWrapper can optionally implement this interface to perform result aggregation across MatrixRun.
MatrixAggregator
          Performs the aggregation of MatrixRun results into MatrixBuild.
MatrixBuild
          Build of MatrixProject.
 

Classes in hudson.matrix used by hudson.tasks.test
MatrixAggregator
          Performs the aggregation of MatrixRun results into MatrixBuild.
MatrixBuild
          Build of MatrixProject.
MatrixRun
          Execution of MatrixConfiguration.
 

Classes in hudson.matrix used by org.jvnet.hudson.test
MatrixProject
          Job that allows you to run multiple different configurations from a single setting.
 



Copyright © 2004-2013. All Rights Reserved.