Uses of Class
hudson.matrix.MatrixBuild
Packages that use MatrixBuild
-
Uses of MatrixBuild in hudson.matrix
Fields in hudson.matrix declared as MatrixBuildModifier and TypeFieldDescriptionprotected final MatrixBuild
MatrixAggregator.build
The build in progress.MatrixConfiguration.ParentBuildAction.parent
Deprecated.Methods in hudson.matrix that return MatrixBuildModifier and TypeMethodDescriptionMatrixBuild.getBaseBuild()
Returns the baseMatrixBuild
that this build originates from.MatrixConfiguration.ParentBuildAction.getMatrixBuild()
MatrixRun.getParentBuild()
Gets theMatrixBuild
that has the same build number.Methods in hudson.matrix that return types with arguments of type MatrixBuildMethods in hudson.matrix with parameters of type MatrixBuildModifier and TypeMethodDescriptionMatrixAggregatable.createAggregator
(MatrixBuild build, Launcher launcher, BuildListener listener) Creates a new instance of the aggregator.boolean
MatrixBuild.isLinkedBy
(MatrixBuild b) MatrixExecutionStrategy.run
(MatrixBuild build, List<MatrixAggregator> aggregators, BuildListener listener) Deprecated.void
MatrixBuild.setBaseBuild
(MatrixBuild baseBuild) Sets the base build from which this build is derived.Constructors in hudson.matrix with parameters of type MatrixBuildModifierConstructorDescriptionprotected
MatrixAggregator
(MatrixBuild build, Launcher launcher, BuildListener listener) -
Uses of MatrixBuild in hudson.matrix.listeners
Methods in hudson.matrix.listeners with parameters of type MatrixBuildModifier and TypeMethodDescriptionstatic 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.test
Constructors in hudson.tasks.test with parameters of type MatrixBuildModifierConstructorDescriptionMatrixTestResult
(MatrixBuild owner) Deprecated.TestResultAggregator
(MatrixBuild build, Launcher launcher, BuildListener listener)
MatrixConfiguration.ParentBuildAction.getMatrixBuild()
instead.