Class SCMSourcePrefilter

    • Constructor Detail

      • SCMSourcePrefilter

        public SCMSourcePrefilter()
    • Method Detail

      • isExcluded

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