Class MatrixCombinationsShortcut.All

    • Constructor Detail

      • All

        @DataBoundConstructor
        public All()
        ctor
    • Method Detail

      • 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.