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

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

public class PendOperationCompletedEvent
extends OperationCompletedEvent

Event fired when a pend operation has completed.

Since:
TEE-SDK-10.1

Constructor Summary
PendOperationCompletedEvent(EventSource source, Workspace workspace, ChangeRequest[] requests)
           
 
Method Summary
 ChangeRequest[] getRequests()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.events.OperationCompletedEvent
getProcessType, 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

PendOperationCompletedEvent

public PendOperationCompletedEvent(EventSource source,
                                   Workspace workspace,
                                   ChangeRequest[] requests)
Method Detail

getRequests

public ChangeRequest[] getRequests()
Returns:
the request objects that were pended (but not always successfully).


© 2015 Microsoft. All rights reserved.