| Package | Description |
|---|---|
| hudson.matrix |
Matrix project
|
| hudson.matrix.listeners |
| Modifier and Type | Method and Description |
|---|---|
MatrixConfiguration |
MatrixConfiguration.asProject() |
MatrixConfiguration |
MatrixProject.getItem(Combination c) |
MatrixConfiguration |
MatrixProject.getItem(String name) |
MatrixConfiguration |
MatrixRun.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<MatrixConfiguration> |
MatrixProject.getActiveConfigurations()
Gets all active configurations.
|
Set<MatrixConfiguration> |
MatrixBuild.MatrixBuildExecution.getActiveConfigurations()
Snapshot of
MatrixProject.getActiveConfigurations() to ensure
that the build will use a consistent view of it. |
Collection<MatrixConfiguration> |
MatrixProject.getItems() |
Layouter<MatrixConfiguration> |
MatrixProject.getLayouter() |
| Modifier and Type | Method and Description |
|---|---|
int |
NoopMatrixConfigurationSorter.compare(MatrixConfiguration o1,
MatrixConfiguration o2) |
File |
MatrixProject.getRootDirFor(MatrixConfiguration child)
Gets a root directory of the specified
MatrixConfiguration. |
void |
MatrixProject.onDeleted(MatrixConfiguration item) |
void |
MatrixProject.onRenamed(MatrixConfiguration item,
String oldName,
String newName) |
| Constructor and Description |
|---|
MatrixRun(MatrixConfiguration job) |
MatrixRun(MatrixConfiguration job,
Calendar timestamp) |
MatrixRun(MatrixConfiguration project,
File buildDir) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MatrixBuildListener.buildConfiguration(MatrixBuild b,
MatrixConfiguration c) |
abstract boolean |
MatrixBuildListener.doBuildConfiguration(MatrixBuild b,
MatrixConfiguration c)
Determine whether to build a given configuration or not
|
Copyright © 2004-2016. All Rights Reserved.