Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.conflicts.DeletedConflictDescription

Packages that use DeletedConflictDescription
com.microsoft.tfs.core.clients.versioncontrol.conflicts   
 

Uses of DeletedConflictDescription in com.microsoft.tfs.core.clients.versioncontrol.conflicts
 

Subclasses of DeletedConflictDescription in com.microsoft.tfs.core.clients.versioncontrol.conflicts
 class BothDeletedConflictDescription
          This is a deleted conflict, occurring when you attempt to delete a file that the server has already removed.
 class LocallyDeletedConflictDescription
          This is a deleted conflict, occurring when you attempt to delete a file that the server has edited.
 class MergeBothDeletedConflictDescription
          This is a deleted conflict, occurring when you attempt to delete a file that the server has already removed.
 class MergeSourceDeletedConflictDescription
           
 class MergeTargetDeletedConflictDescription
          This is a merge deleted conflict, occurring when you attempt to merge such that a file in the source branch has been modified and the file in the target branch has been deleted.
 class ServerDeletedConflictDescription
          This is a deleted conflict, occurring when you attempt to edit a file such that the remote file has been deleted.
 



© 2015 Microsoft. All rights reserved.