|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.pendingcheckin.filters.FilterPendingCheckin
public final class FilterPendingCheckin
A PendingCheckin
that wraps another PendingCheckin
and
filters its data (pending changes, notes, etc.) before they are returned by
its get methods.
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 |
---|
public FilterPendingCheckin(PendingCheckin realPendingCheckin, PendingChangeFilter filter)
Method Detail |
---|
public PendingCheckinNotes getCheckinNotes()
getCheckinNotes
in interface PendingCheckin
public PendingCheckinPolicies getCheckinPolicies()
getCheckinPolicies
in interface PendingCheckin
public PendingCheckinPendingChanges getPendingChanges()
getPendingChanges
in interface PendingCheckin
public PendingCheckinWorkItems getWorkItems()
getWorkItems
in interface PendingCheckin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |