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 MatrixCombinationsShortcut
public boolean isExact()
public String getId()
getId
in class MatrixCombinationsShortcut
public Collection<hudson.matrix.Combination> getCombinations(hudson.matrix.MatrixProject project, 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.Copyright © 2016–2017. All rights reserved.