Class CombinationFilterShortcut

    • Constructor Detail

      • CombinationFilterShortcut

        @DataBoundConstructor
        public CombinationFilterShortcut​(String name,
                                         String combinationFilter)
        ctor
        Parameters:
        name - display name of the link
        combinationFilter - filter expression
    • Method Detail

      • getCombinationFilter

        @Nonnull
        public String getCombinationFilter()
        Returns:
        filter expression
      • getCombinations

        @Nonnull
        public Collection<hudson.matrix.Combination> getCombinations​(@Nonnull
                                                                     hudson.matrix.MatrixProject project,
                                                                     @CheckForNull
                                                                     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.