Package hudson.scm
Interface SVNLogFilter
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultSVNLogFilter
,NullSVNLogFilter
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
setTaskListener
(TaskListener listener)
-
Method Details
-
setTaskListener
-
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
-