Uses of Class
hudson.matrix.AxisList

Packages that use AxisList
hudson.matrix Matrix project 
 

Uses of AxisList in hudson.matrix
 

Methods in hudson.matrix that return AxisList
 AxisList MatrixProject.getAxes()
           
 AxisList AxisList.subList(Class<? extends Axis> subType)
          Creates a subset of the list that only contains the type assignable to the specified type.
 

Methods in hudson.matrix with parameters of type AxisList
 boolean Combination.evalGroovyExpression(AxisList axes, String expression)
          Evaluates the given Groovy expression with values bound from this combination.
 void MatrixProject.setAxes(AxisList axes)
          Reconfigures axes.
 String Combination.toCompactString(AxisList axes)
          Creates compact string representation suitable for display purpose.
 int Combination.toIndex(AxisList axis)
          Obtains the continuous unique index number of this Combination in the given AxisList.
 

Constructors in hudson.matrix with parameters of type AxisList
Combination(AxisList axisList, List<String> values)
           
Combination(AxisList axisList, String... values)
           
Layouter(AxisList axisList)
          Automatically split axes to x,y, and z.
 



Copyright © 2004-2013. All Rights Reserved.