Class SCMHeadPrefilter

    • Constructor Detail

      • SCMHeadPrefilter

        public SCMHeadPrefilter()
    • Method Detail

      • isExcluded

        public abstract boolean isExcluded​(@NonNull
                                           SCMSource source,
                                           @NonNull
                                           SCMHead head)
        Checks if the supplied SCMHead is excluded from the specified SCMSource.
        Parameters:
        source - the SCMSource.
        head - the SCMHead.
        Returns:
        true if and only if the SCMHead is excluded from the request.