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

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

public class ResolveConflictsStartedEvent
extends OperationStartedEvent

Event fired when conflict resolution has started.

Since:
TEE-SDK-10.1

Constructor Summary
ResolveConflictsStartedEvent(EventSource source, Workspace workspace, Conflict[] conflicts)
           
 
Method Summary
 Conflict[] getConflicts()
           
 
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

ResolveConflictsStartedEvent

public ResolveConflictsStartedEvent(EventSource source,
                                    Workspace workspace,
                                    Conflict[] conflicts)
Method Detail

getConflicts

public Conflict[] getConflicts()


© 2015 Microsoft. All rights reserved.