Package hudson.scm
Class NullSVNLogFilter
java.lang.Object
hudson.scm.NullSVNLogFilter
- All Implemented Interfaces:
SVNLogFilter,Serializable
An implementation of
SVNLogFilter that never filters a SVNLogEntry.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs there any exclusion rule?booleanisIncluded(org.tmatesoft.svn.core.SVNLogEntry logEntry) Checks if the given log entry should be considered for the purposes of SCM polling.voidsetTaskListener(TaskListener listener)
-
Constructor Details
-
NullSVNLogFilter
public NullSVNLogFilter()
-
-
Method Details
-
hasExclusionRule
public boolean hasExclusionRule()Description copied from interface:SVNLogFilterIs there any exclusion rule?- Specified by:
hasExclusionRulein interfaceSVNLogFilter- Returns:
- true if the filter could possibly filter anything.
-
isIncluded
public boolean isIncluded(org.tmatesoft.svn.core.SVNLogEntry logEntry) Description copied from interface:SVNLogFilterChecks if the given log entry should be considered for the purposes of SCM polling.- Specified by:
isIncludedin interfaceSVNLogFilter- Returns:
trueif the should trigger polling,falseotherwise
-
setTaskListener
- Specified by:
setTaskListenerin interfaceSVNLogFilter
-