com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class ConflictInformation
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.ConflictInformation
public final class ConflictInformation
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
- Since:
- TEE-SDK-11.0
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
ConflictInformation(ms.tfs.versioncontrol.clientservices._03._ConflictInformation conflictInfo)
|
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ConflictInformation
public ConflictInformation(ms.tfs.versioncontrol.clientservices._03._ConflictInformation conflictInfo)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._ConflictInformation getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getConflictType
public ConflictType getConflictType()
- Returns:
- the type of conflict represented.
getPendingChangeID
public int getPendingChangeID()
- Returns:
- the ID of the pending change this item is in conflict with
getReason
public int getReason()
- Returns:
- the reason for the conflict. This is only used by Local
conflicts.
getSourceLocalItem
public java.lang.String getSourceLocalItem()
- Returns:
- where the item is currently on the local machine
getTargetLocalItem
public java.lang.String getTargetLocalItem()
- Returns:
- where the item is supposed to be on the local machine.
getVersionFrom
public int getVersionFrom()
- Returns:
- the version that this item is in conflict with
© 2015 Microsoft. All rights reserved.