Package hudson.scm

Interface SVNLogFilter

    • Method Detail

      • setTaskListener

        void setTaskListener​(TaskListener listener)
      • hasExclusionRule

        boolean hasExclusionRule()
        Is there any exclusion rule?
        Returns:
        true if the filter could possibly filter anything.
      • isIncluded

        boolean isIncluded​(org.tmatesoft.svn.core.SVNLogEntry logEntry)
        Checks if the given log entry should be considered for the purposes of SCM polling.
        Returns:
        true if the should trigger polling, false otherwise