Uses of Class
hudson.matrix.Combination

Packages that use Combination
hudson.matrix Matrix project 
 

Uses of Combination in hudson.matrix
 

Fields in hudson.matrix declared as Combination
 Combination MatrixBuild.RunPtr.combination
           
 

Methods in hudson.matrix that return Combination
static Combination Combination.fromString(String id)
          Reverse operation of toString().
 Combination MatrixConfiguration.getCombination()
          Get the actual combination of the axes values for this MatrixConfiguration
 

Methods in hudson.matrix that return types with arguments of type Combination
 Iterable<Combination> AxisList.list()
          List up all the possible combinations of this list.
 

Methods in hudson.matrix with parameters of type Combination
 int Combination.compareTo(Combination that)
           
 MatrixRun MatrixBuild.getExactRun(Combination c)
          Like MatrixBuild.getRun(Combination), but do not approximate the result by earlier execution of the given combination (which is done for partial rebuild of the matrix.)
 MatrixConfiguration MatrixProject.getItem(Combination c)
           
 File MatrixProject.getRootDirFor(Combination combination)
           
 MatrixRun MatrixBuild.getRun(Combination c)
          Gets the MatrixRun in this build that corresponds to the given combination.
protected abstract  T Layouter.getT(Combination c)
           
 

Constructors in hudson.matrix with parameters of type Combination
MatrixConfiguration(MatrixProject parent, Combination c)
           
 



Copyright © 2004-2013. All Rights Reserved.