public interface SVNLogFilter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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) |
void setTaskListener(hudson.model.TaskListener listener)
boolean hasExclusionRule()
boolean isIncluded(org.tmatesoft.svn.core.SVNLogEntry logEntry)
true if the should trigger polling, false otherwiseCopyright © 2004–2015. All rights reserved.