public class DefaultSVNLogFilter extends Object implements SVNLogFilter
| Constructor and Description |
|---|
DefaultSVNLogFilter(Pattern[] excludedPatterns,
Pattern[] includedPatterns,
Set<String> excludedUsers,
String excludedRevProp,
Pattern[] excludedCommitMessages,
boolean ignoreDirPropChanges) |
| 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 void setTaskListener(hudson.model.TaskListener listener)
setTaskListener in interface SVNLogFilterpublic boolean hasExclusionRule()
SVNLogFilterhasExclusionRule in interface SVNLogFilterpublic boolean isIncluded(org.tmatesoft.svn.core.SVNLogEntry logEntry)
SVNLogFilterisIncluded in interface SVNLogFiltertrue if the should trigger polling, false otherwiseCopyright © 2004–2015. All rights reserved.