com.microsoft.tfs.core.clients.versioncontrol.events
Class CheckinEvent
java.lang.Object
com.microsoft.tfs.core.clients.CoreClientEvent
com.microsoft.tfs.core.clients.versioncontrol.events.CheckinEvent
public class CheckinEvent
- extends CoreClientEvent
Event fired when pending changes have been successfully checked in.
- Since:
- TEE-SDK-10.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckinEvent
public CheckinEvent(EventSource source,
Workspace workspace,
int changesetID,
PendingChange[] committedChanges,
PendingChange[] undoneChanges)
getWorkspace
public Workspace getWorkspace()
getChangesetID
public int getChangesetID()
getCommittedChanges
public PendingChange[] getCommittedChanges()
getUndoneChanges
public PendingChange[] getUndoneChanges()
© 2015 Microsoft. All rights reserved.