com.microsoft.tfs.core.pendingcheckin.filters
Interface PendingChangeFilter

All Known Implementing Classes:
AllPassFilter, ScopeFilter

public interface PendingChangeFilter

Filters a pending change in a pending check-in.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Method Summary
 boolean passes(PendingChange change)
          Tests whether the given pending change passes the implementation's filter test.
 

Method Detail

passes

boolean passes(PendingChange change)
Tests whether the given pending change passes the implementation's filter test.

Parameters:
change - the change to test (must not be null)
Returns:
true if the change passes, false if it does not.


© 2015 Microsoft. All rights reserved.