Uses of Class
hudson.matrix.MatrixConfiguration
Packages that use MatrixConfiguration
-
Uses of MatrixConfiguration in hudson.matrix
Methods in hudson.matrix that return MatrixConfigurationModifier and TypeMethodDescriptionMatrixConfiguration.asProject()
MatrixProject.getItem
(Combination c) MatrixRun.getParent()
Methods in hudson.matrix that return types with arguments of type MatrixConfigurationModifier and TypeMethodDescriptionMatrixBuild.MatrixBuildExecution.getActiveConfigurations()
Snapshot ofMatrixProject.getActiveConfigurations()
to ensure that the build will use a consistent view of it.MatrixProject.getActiveConfigurations()
Gets all active configurations.MatrixProject.getItems()
MatrixProject.getLayouter()
Methods in hudson.matrix with parameters of type MatrixConfigurationModifier and TypeMethodDescriptionint
NoopMatrixConfigurationSorter.compare
(MatrixConfiguration o1, MatrixConfiguration o2) MatrixProject.getRootDirFor
(MatrixConfiguration child) Gets a root directory of the specifiedMatrixConfiguration
.void
MatrixProject.onDeleted
(MatrixConfiguration item) void
MatrixProject.onRenamed
(MatrixConfiguration item, String oldName, String newName) Constructors in hudson.matrix with parameters of type MatrixConfigurationModifierConstructorDescriptionMatrixRun
(MatrixConfiguration project, File buildDir) MatrixRun
(MatrixConfiguration job, Calendar timestamp) -
Uses of MatrixConfiguration in hudson.matrix.listeners
Methods in hudson.matrix.listeners with parameters of type MatrixConfigurationModifier 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