Uses of Class
hudson.matrix.MatrixProject

Packages that use MatrixProject
hudson.matrix Matrix project 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of MatrixProject in hudson.matrix
 

Methods in hudson.matrix that return MatrixProject
 MatrixProject MatrixProject.asProject()
           
 MatrixProject MatrixConfiguration.getParent()
           
 MatrixProject MatrixProject.DescriptorImpl.newInstance(ItemGroup parent, String name)
           
 

Methods in hudson.matrix with parameters of type MatrixProject
abstract  void MatrixConfigurationSorter.validate(MatrixProject p)
          Checks if this sorter is properly configured and applicable for the given project.
 void NoopMatrixConfigurationSorter.validate(MatrixProject p)
           
 

Constructors in hudson.matrix with parameters of type MatrixProject
MatrixBuild(MatrixProject job)
           
MatrixBuild(MatrixProject job, Calendar timestamp)
           
MatrixBuild(MatrixProject project, File buildDir)
           
MatrixConfiguration(MatrixProject parent, Combination c)
           
 

Uses of MatrixProject in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return MatrixProject
 MatrixProject JenkinsRule.createMatrixProject()
           
protected  MatrixProject HudsonTestCase.createMatrixProject()
           
 MatrixProject JenkinsRule.createMatrixProject(String name)
           
protected  MatrixProject HudsonTestCase.createMatrixProject(String name)
           
 



Copyright © 2004-2013. All Rights Reserved.