hudson.scm
Interface SVNLogFilter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultSVNLogFilter, NullSVNLogFilter
public interface SVNLogFilter
- extends Serializable
|
Method Summary |
boolean |
hasExclusionRule()
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(hudson.model.TaskListener listener)
|
setTaskListener
void setTaskListener(hudson.model.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
Copyright © 2004-2013. All Rights Reserved.