Uses of Class
hudson.matrix.MatrixBuild
Packages that use MatrixBuild
- 
Uses of MatrixBuild in hudson.matrixFields in hudson.matrix declared as MatrixBuildModifier and TypeFieldDescriptionprotected final MatrixBuildMatrixAggregator.buildThe build in progress.MatrixConfiguration.ParentBuildAction.parentDeprecated.Methods in hudson.matrix that return MatrixBuildModifier and TypeMethodDescriptionMatrixBuild.getBaseBuild()Returns the baseMatrixBuildthat this build originates from.MatrixConfiguration.ParentBuildAction.getMatrixBuild()MatrixRun.getParentBuild()Gets theMatrixBuildthat 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.booleanMatrixBuild.isLinkedBy(MatrixBuild b) MatrixExecutionStrategy.run(MatrixBuild build, List<MatrixAggregator> aggregators, BuildListener listener) Deprecated.voidMatrixBuild.setBaseBuild(MatrixBuild baseBuild) Sets the base build from which this build is derived.Constructors in hudson.matrix with parameters of type MatrixBuildModifierConstructorDescriptionprotectedMatrixAggregator(MatrixBuild build, Launcher launcher, BuildListener listener) 
- 
Uses of MatrixBuild in hudson.matrix.listenersMethods in hudson.matrix.listeners with parameters of type MatrixBuildModifier and TypeMethodDescriptionstatic booleanMatrixBuildListener.buildConfiguration(MatrixBuild b, MatrixConfiguration c) abstract booleanMatrixBuildListener.doBuildConfiguration(MatrixBuild b, MatrixConfiguration c) Determine whether to build a given configuration or not
- 
Uses of MatrixBuild in hudson.tasks.testConstructors in hudson.tasks.test with parameters of type MatrixBuildModifierConstructorDescriptionMatrixTestResult(MatrixBuild owner) Deprecated.TestResultAggregator(MatrixBuild build, Launcher launcher, BuildListener listener) 
MatrixConfiguration.ParentBuildAction.getMatrixBuild()instead.