public class CombinationFilterShortcut extends MatrixCombinationsShortcut
| Modifier and Type | Class and Description |
|---|---|
static class |
CombinationFilterShortcut.DescriptorImpl
Descriptor for
CombinationFilterShortcut |
MatrixCombinationsShortcut.All, MatrixCombinationsShortcut.None| Constructor and Description |
|---|
CombinationFilterShortcut(String name,
String combinationFilter)
ctor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCombinationFilter() |
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.public String getName()
getName in class MatrixCombinationsShortcutpublic String getId()
getId in class MatrixCombinationsShortcutCopyright © 2016–2022. All rights reserved.