Uses of Class
hudson.matrix.MatrixConfiguration
-
Uses of MatrixConfiguration in hudson.matrix
Modifier and TypeMethodDescriptionMatrixConfiguration.asProject()
MatrixProject.getItem
(Combination c) MatrixRun.getParent()
Modifier 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()
Modifier 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) ModifierConstructorDescriptionMatrixRun
(MatrixConfiguration project, File buildDir) MatrixRun
(MatrixConfiguration job, Calendar timestamp) -
Uses of MatrixConfiguration in hudson.matrix.listeners
Modifier 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