public class ResultShortcut extends MatrixCombinationsShortcut
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultShortcut.DescriptorImpl |
MatrixCombinationsShortcut.All, MatrixCombinationsShortcut.None| Constructor and Description |
|---|
ResultShortcut(String name,
boolean exact,
List<String> resultsToCheck)
ctor
|
ResultShortcut(String name,
boolean exact,
hudson.model.Result... results)
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() |
List<String> |
getResultsToCheck() |
boolean |
isExact() |
getCombinationsData, getDescriptor@DataBoundConstructor public ResultShortcut(String name, boolean exact, List<String> resultsToCheck)
name - name to displayexact - whether to test exact child buildsresultsToCheck - names of results to checkpublic ResultShortcut(String name, boolean exact, hudson.model.Result... results)
name - name to displayexact - whether to test exact child buildsresults - results to check@Nonnull public String getName()
getName in class MatrixCombinationsShortcutpublic boolean isExact()
public String getId()
getId in class MatrixCombinationsShortcutpublic Collection<hudson.matrix.Combination> getCombinations(hudson.matrix.MatrixProject project, 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.Copyright © 2016–2018. All rights reserved.