Uses of Class
hudson.matrix.MatrixConfiguration

Packages that use MatrixConfiguration
hudson.matrix Matrix project 
hudson.matrix.listeners   
 

Uses of MatrixConfiguration in hudson.matrix
 

Methods in hudson.matrix that return MatrixConfiguration
 MatrixConfiguration MatrixConfiguration.asProject()
           
 MatrixConfiguration MatrixProject.getItem(Combination c)
           
 MatrixConfiguration MatrixProject.getItem(String name)
           
 MatrixConfiguration MatrixRun.getParent()
           
 

Methods in hudson.matrix that return types with arguments of type MatrixConfiguration
 Collection<MatrixConfiguration> MatrixProject.getActiveConfigurations()
          Gets all active configurations.
 Set<MatrixConfiguration> MatrixBuild.MatrixBuildExecution.getActiveConfigurations()
          Snapshot of MatrixProject.getActiveConfigurations() to ensure that the build will use a consistent view of it.
 Collection<MatrixConfiguration> MatrixProject.getItems()
           
 Layouter<MatrixConfiguration> MatrixProject.getLayouter()
           
 

Methods in hudson.matrix with parameters of type MatrixConfiguration
 int NoopMatrixConfigurationSorter.compare(MatrixConfiguration o1, MatrixConfiguration o2)
           
 File MatrixProject.getRootDirFor(MatrixConfiguration child)
           
 void MatrixProject.onDeleted(MatrixConfiguration item)
           
 void MatrixProject.onRenamed(MatrixConfiguration item, String oldName, String newName)
           
 

Constructors in hudson.matrix with parameters of type MatrixConfiguration
MatrixRun(MatrixConfiguration job)
           
MatrixRun(MatrixConfiguration job, Calendar timestamp)
           
MatrixRun(MatrixConfiguration project, File buildDir)
           
 

Uses of MatrixConfiguration in hudson.matrix.listeners
 

Methods in hudson.matrix.listeners with parameters of type MatrixConfiguration
static boolean MatrixBuildListener.buildConfiguration(MatrixBuild b, MatrixConfiguration c)
           
abstract  boolean MatrixBuildListener.doBuildConfiguration(MatrixBuild b, MatrixConfiguration c)
          Determine whether to build a given configuration or not
 



Copyright © 2004-2013. All Rights Reserved.