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

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

public class RollbackOperationStartedEvent
extends OperationStartedEvent

Event fired when a rollback operation has started.

Since:
TEE-SDK-11.0

Constructor Summary
RollbackOperationStartedEvent(EventSource source, Workspace workspace, ItemSpec[] itemSpecs, RollbackOptions options)
           
 
Method Summary
 ItemSpec[] getItemSpecs()
           
 RollbackOptions getOptions()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.events.OperationStartedEvent
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

RollbackOperationStartedEvent

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

getItemSpecs

public ItemSpec[] getItemSpecs()

getOptions

public RollbackOptions getOptions()


© 2015 Microsoft. All rights reserved.