hudson.scm
Class NullSVNLogFilter

java.lang.Object
  extended by hudson.scm.NullSVNLogFilter
All Implemented Interfaces:
SVNLogFilter, Serializable

public class NullSVNLogFilter
extends Object
implements SVNLogFilter

An implementation of SVNLogFilter that never filters a SVNLogEntry.

See Also:
Serialized Form

Constructor Summary
NullSVNLogFilter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSVNLogFilter

public NullSVNLogFilter()
Method Detail

hasExclusionRule

public boolean hasExclusionRule()
Description copied from interface: SVNLogFilter
Is there any exclusion rule?

Specified by:
hasExclusionRule in interface SVNLogFilter
Returns:
true if the filter could possibly filter anything.

isIncluded

public boolean isIncluded(org.tmatesoft.svn.core.SVNLogEntry logEntry)
Description copied from interface: SVNLogFilter
Checks if the given log entry should be considered for the purposes of SCM polling.

Specified by:
isIncluded in interface SVNLogFilter
Returns:
true if the should trigger polling, false otherwise

setTaskListener

public void setTaskListener(hudson.model.TaskListener listener)
Specified by:
setTaskListener in interface SVNLogFilter


Copyright © 2004-2013. All Rights Reserved.