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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.CoreClientEvent
      extended by com.microsoft.tfs.core.clients.versioncontrol.events.ChangesetReconciledEvent

public class ChangesetReconciledEvent
extends CoreClientEvent

Since:
TEE-SDK-11.0

Constructor Summary
ChangesetReconciledEvent(EventSource source, int changesetID)
           
 
Method Summary
 int getChangesetID()
          The changeset that was reconciled.
 
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

ChangesetReconciledEvent

public ChangesetReconciledEvent(EventSource source,
                                int changesetID)
Method Detail

getChangesetID

public int getChangesetID()
The changeset that was reconciled.



© 2015 Microsoft. All rights reserved.