Package | Description |
---|---|
hudson.matrix |
Matrix project
|
Modifier and Type | Field and Description |
---|---|
Combination |
MatrixBuild.RunPtr.combination |
Modifier and Type | Method and Description |
---|---|
static Combination |
Combination.fromString(String id)
Reverse operation of
toString() . |
Combination |
MatrixConfiguration.getCombination()
Get the actual combination of the axes values for this
MatrixConfiguration |
Modifier and Type | Method and Description |
---|---|
Iterable<Combination> |
AxisList.list()
List up all the possible combinations of this list.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
MatrixConfiguration(MatrixProject parent,
Combination c) |
Copyright © 2014. All rights reserved.