com.microsoft.tfs.core.pendingcheckin.filters
Class FilterPendingCheckin

java.lang.Object
  extended by com.microsoft.tfs.core.pendingcheckin.filters.FilterPendingCheckin
All Implemented Interfaces:
PendingCheckin

public final class FilterPendingCheckin
extends java.lang.Object
implements PendingCheckin

A PendingCheckin that wraps another PendingCheckin and filters its data (pending changes, notes, etc.) before they are returned by its get methods.

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

Constructor Summary
FilterPendingCheckin(PendingCheckin realPendingCheckin, PendingChangeFilter filter)
          Creates a pending checkin using the user-supplied evaluator and the loader it was already configured with.
 
Method Summary
 PendingCheckinNotes getCheckinNotes()
          
 PendingCheckinPolicies getCheckinPolicies()
          
 PendingCheckinPendingChanges getPendingChanges()
          
 PendingCheckinWorkItems getWorkItems()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterPendingCheckin

public FilterPendingCheckin(PendingCheckin realPendingCheckin,
                            PendingChangeFilter filter)
Creates a pending checkin using the user-supplied evaluator and the loader it was already configured with.

Method Detail

getCheckinNotes

public PendingCheckinNotes getCheckinNotes()

Specified by:
getCheckinNotes in interface PendingCheckin
Returns:
the checkin notes set for this checkin.

getCheckinPolicies

public PendingCheckinPolicies getCheckinPolicies()

Specified by:
getCheckinPolicies in interface PendingCheckin
Returns:
the checkin policies enabled for this checkin.

getPendingChanges

public PendingCheckinPendingChanges getPendingChanges()

Specified by:
getPendingChanges in interface PendingCheckin
Returns:
the pending changes selected for this checkin.

getWorkItems

public PendingCheckinWorkItems getWorkItems()

Specified by:
getWorkItems in interface PendingCheckin
Returns:
the work items selected for modification for this checkin.


© 2015 Microsoft. All rights reserved.