public class NullSVNLogFilter extends Object implements SVNLogFilter
SVNLogFilter that never filters a SVNLogEntry.| Constructor and Description |
|---|
NullSVNLogFilter() |
| 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) |
public boolean hasExclusionRule()
SVNLogFilterhasExclusionRule in interface SVNLogFilterpublic boolean isIncluded(org.tmatesoft.svn.core.SVNLogEntry logEntry)
SVNLogFilterisIncluded in interface SVNLogFiltertrue if the should trigger polling, false otherwisepublic void setTaskListener(hudson.model.TaskListener listener)
setTaskListener in interface SVNLogFilterCopyright © 2004–2015. All rights reserved.