Class ResultShortcut

    • Constructor Detail

      • ResultShortcut

        @DataBoundConstructor
        public ResultShortcut​(String name,
                              boolean exact,
                              List<String> resultsToCheck)
        ctor
        Parameters:
        name - name to display
        exact - whether to test exact child builds
        resultsToCheck - names of results to check
      • ResultShortcut

        public ResultShortcut​(String name,
                              boolean exact,
                              Result... results)
        ctor
        Parameters:
        name - name to display
        exact - whether to test exact child builds
        results - results to check
    • Method Detail

      • isExact

        public boolean isExact()
        Returns:
        whether to test exact child builds
      • getResultsToCheck

        public List<String> getResultsToCheck()
        Returns:
        results to check
      • getCombinations

        public Collection<hudson.matrix.Combination> getCombinations​(hudson.matrix.MatrixProject project,
                                                                     hudson.matrix.MatrixBuild build)
        Return combinations to check for the build
        Specified by:
        getCombinations in class MatrixCombinationsShortcut
        Parameters:
        project - the target project.
        build - the target build. Latest build for a new build. null if there's no builds.
        Returns:
        combinations to check.