Package hudson.scm

Class DefaultSVNLogFilter

    • Constructor Detail

      • DefaultSVNLogFilter

        public DefaultSVNLogFilter​(Pattern[] excludedPatterns,
                                   Pattern[] includedPatterns,
                                   Set<String> excludedUsers,
                                   String excludedRevProp,
                                   Pattern[] excludedCommitMessages,
                                   boolean ignoreDirPropChanges)
    • Method Detail

      • hasExclusionRule

        public boolean hasExclusionRule()
        Description copied from interface: SVNLogFilter
        Is there any exclusion rule?
        Specified by:
        hasExclusionRule in interface SVNLogFilter
        Returns:
        true if the filter could possibly filter anything.
      • isIncluded

        public boolean isIncluded​(org.tmatesoft.svn.core.SVNLogEntry logEntry)
        Description copied from interface: SVNLogFilter
        Checks if the given log entry should be considered for the purposes of SCM polling.
        Specified by:
        isIncluded in interface SVNLogFilter
        Returns:
        true if the should trigger polling, false otherwise