Package | Description |
---|---|
hudson.matrix |
Matrix project
|
hudson.matrix.listeners | |
hudson.tasks.test |
Modifier and Type | Field and Description |
---|---|
protected MatrixBuild |
MatrixAggregator.build
The build in progress.
|
MatrixBuild |
MatrixConfiguration.ParentBuildAction.parent |
Modifier and Type | Method and Description |
---|---|
MatrixBuild |
MatrixBuild.getBaseBuild()
Returns the base
MatrixBuild that this build originates from. |
MatrixBuild |
MatrixRun.getParentBuild()
Gets the
MatrixBuild that has the same build number. |
Modifier and Type | Method and Description |
---|---|
protected Class<MatrixBuild> |
MatrixProject.getBuildClass() |
Modifier and Type | Method and Description |
---|---|
MatrixAggregator |
MatrixAggregatable.createAggregator(MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Creates a new instance of the aggregator.
|
boolean |
MatrixBuild.isLinkedBy(MatrixBuild b) |
hudson.model.Result |
MatrixExecutionStrategy.run(MatrixBuild build,
List<MatrixAggregator> aggregators,
hudson.model.BuildListener listener)
Deprecated.
|
void |
MatrixBuild.setBaseBuild(MatrixBuild baseBuild)
Sets the base build from which this build is derived.
|
Constructor and Description |
---|
MatrixAggregator(MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
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
|
Constructor and Description |
---|
MatrixTestResult(MatrixBuild owner)
Deprecated.
|
TestResultAggregator(MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Copyright © 2015. All rights reserved.