|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatrixBuild | |
---|---|
hudson.matrix | Matrix project |
hudson.matrix.listeners | |
hudson.tasks.junit | Model objects that represent JUnit test reports. |
hudson.tasks.test | Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). |
Uses of MatrixBuild in hudson.matrix |
---|
Fields in hudson.matrix declared as MatrixBuild | |
---|---|
protected MatrixBuild |
MatrixAggregator.build
The build in progress. |
MatrixBuild |
MatrixConfiguration.ParentBuildAction.parent
|
Methods in hudson.matrix that return MatrixBuild | |
---|---|
MatrixBuild |
MatrixBuild.getBaseBuild()
Returns the base MatrixBuild that this build originates from. |
MatrixBuild |
MatrixRun.getParentBuild()
Gets the MatrixBuild that has the same build number. |
Methods in hudson.matrix that return types with arguments of type MatrixBuild | |
---|---|
protected Class<MatrixBuild> |
MatrixProject.getBuildClass()
|
Methods in hudson.matrix with parameters of type MatrixBuild | |
---|---|
MatrixAggregator |
MatrixAggregatable.createAggregator(MatrixBuild build,
Launcher launcher,
BuildListener listener)
Creates a new instance of the aggregator. |
boolean |
MatrixBuild.isLinkedBy(MatrixBuild b)
|
Result |
MatrixExecutionStrategy.run(MatrixBuild build,
List<MatrixAggregator> aggregators,
BuildListener listener)
Deprecated. Override #run(MatrixBuildExecution) |
void |
MatrixBuild.setBaseBuild(MatrixBuild baseBuild)
Sets the base build from which this build is derived. |
Constructors in hudson.matrix with parameters of type MatrixBuild | |
---|---|
MatrixAggregator(MatrixBuild build,
Launcher launcher,
BuildListener listener)
|
Uses of MatrixBuild in hudson.matrix.listeners |
---|
Methods in hudson.matrix.listeners with parameters of type MatrixBuild | |
---|---|
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 |
Uses of MatrixBuild in hudson.tasks.junit |
---|
Methods in hudson.tasks.junit with parameters of type MatrixBuild | |
---|---|
MatrixAggregator |
JUnitResultArchiver.createAggregator(MatrixBuild build,
Launcher launcher,
BuildListener listener)
|
Uses of MatrixBuild in hudson.tasks.test |
---|
Constructors in hudson.tasks.test with parameters of type MatrixBuild | |
---|---|
MatrixTestResult(MatrixBuild owner)
|
|
TestResultAggregator(MatrixBuild build,
Launcher launcher,
BuildListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |