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 |
---|
MatrixCombinationsShortcut.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
@DataBoundConstructor public MatrixCombinationsShortcut.All()
@Nonnull public Collection<hudson.matrix.Combination> getCombinations(@Nonnull hudson.matrix.MatrixProject project, @CheckForNull hudson.matrix.MatrixBuild build)
getCombinations
in class MatrixCombinationsShortcut
project
- 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 MatrixCombinationsShortcut
Copyright © 2016–2017. All rights reserved.