com.microsoft.tfs.core.clients.versioncontrol.events
Class CheckinEvent

java.lang.Object
  extended by com.microsoft.tfs.core.clients.CoreClientEvent
      extended by 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

Constructor Summary
CheckinEvent(EventSource source, Workspace workspace, int changesetID, PendingChange[] committedChanges, PendingChange[] undoneChanges)
           
 
Method Summary
 int getChangesetID()
           
 PendingChange[] getCommittedChanges()
           
 PendingChange[] getUndoneChanges()
           
 Workspace getWorkspace()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.CoreClientEvent
getEventSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckinEvent

public CheckinEvent(EventSource source,
                    Workspace workspace,
                    int changesetID,
                    PendingChange[] committedChanges,
                    PendingChange[] undoneChanges)
Method Detail

getWorkspace

public Workspace getWorkspace()

getChangesetID

public int getChangesetID()

getCommittedChanges

public PendingChange[] getCommittedChanges()

getUndoneChanges

public PendingChange[] getUndoneChanges()


© 2015 Microsoft. All rights reserved.