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

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.RollbackOperationCompletedEvent

public class RollbackOperationCompletedEvent
extends OperationCompletedEvent

Event fired when a rollback operation has completed.

Since:
TEE-SDK-11.0

Constructor Summary
RollbackOperationCompletedEvent(EventSource source, Workspace workspace, ItemSpec[] itemSpecs, RollbackOptions options, GetStatus status)
           
 
Method Summary
 ItemSpec[] getItemSpecs()
           
 RollbackOptions getOptions()
           
 GetStatus getStatus()
           
 
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

RollbackOperationCompletedEvent

public RollbackOperationCompletedEvent(EventSource source,
                                       Workspace workspace,
                                       ItemSpec[] itemSpecs,
                                       RollbackOptions options,
                                       GetStatus status)
Method Detail

getItemSpecs

public ItemSpec[] getItemSpecs()

getOptions

public RollbackOptions getOptions()

getStatus

public GetStatus getStatus()


© 2015 Microsoft. All rights reserved.