|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.pendingcheckin.StandardPendingCheckin
public class StandardPendingCheckin
Standard implementation of PendingCheckin
.
Constructor Summary | |
---|---|
StandardPendingCheckin(Workspace workspace,
PendingChange[] allChanges,
PendingChange[] checkedChanges,
java.lang.String comment,
CheckinNote checkinNotes,
WorkItemCheckinInfo[] checkedWorkItems,
PolicyEvaluator evaluator)
Creates a StandardPendingCheckin 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 StandardPendingCheckin(Workspace workspace, PendingChange[] allChanges, PendingChange[] checkedChanges, java.lang.String comment, CheckinNote checkinNotes, WorkItemCheckinInfo[] checkedWorkItems, PolicyEvaluator evaluator)
StandardPendingCheckin
using the user-supplied
evaluator and the loader it was already configured with.
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 |