Package | Description |
---|---|
hudson.matrix |
Matrix project
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Combination.evalGroovyExpression(AxisList axes,
String expression)
Evaluates the given Groovy expression with values bound from this combination.
|
boolean |
Combination.evalGroovyExpression(AxisList axes,
String expression,
groovy.lang.Binding binding)
Deprecated.
as of 1.528
Use
FilterScript.apply(hudson.matrix.MatrixBuild.MatrixBuildExecution, 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 . |
Constructor and Description |
---|
Combination(AxisList axisList,
List<String> values) |
Combination(AxisList axisList,
String... values) |
Layouter(AxisList axisList)
Automatically split axes to x,y, and z.
|
Copyright © 2015. All rights reserved.