public static class MatrixCombinationsShortcut.All extends MatrixCombinationsShortcut
| Modifier and Type | Class and Description |
|---|---|
static class |
MatrixCombinationsShortcut.All.DescriptorImpl
Descriptor for
MatrixCombinationsShortcut.All |
MatrixCombinationsShortcut.All, MatrixCombinationsShortcut.None| Constructor and Description |
|---|
All()
ctor
|
| Modifier and Type | Method and Description |
|---|---|
Collection<hudson.matrix.Combination> |
getCombinations(hudson.matrix.MatrixProject project,
hudson.matrix.MatrixBuild build)
Return combinations to check for the build
|
String |
getId() |
String |
getName() |
getCombinationsData, getDescriptor@Nonnull public Collection<hudson.matrix.Combination> getCombinations(@Nonnull hudson.matrix.MatrixProject project, @CheckForNull hudson.matrix.MatrixBuild build)
getCombinations in class MatrixCombinationsShortcutproject - the target project.build - the target build.
Latest build for a new build.
null if there's no builds.@Nonnull public String getName()
getName in class MatrixCombinationsShortcut@Nonnull public String getId()
getId in class MatrixCombinationsShortcutCopyright © 2016–2018. All rights reserved.