Package hudson.scm

Interface SVNLogFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultSVNLogFilter, NullSVNLogFilter

public interface SVNLogFilter extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Is there any exclusion rule?
    boolean
    isIncluded(org.tmatesoft.svn.core.SVNLogEntry logEntry)
    Checks if the given log entry should be considered for the purposes of SCM polling.
    void
     
  • Method Details

    • 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