com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class PendingState
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.PendingState
public final class PendingState
- 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 |
PendingState(ms.tfs.versioncontrol.clientservices._03._PendingState pendingState)
|
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 |
PendingState
public PendingState(ms.tfs.versioncontrol.clientservices._03._PendingState pendingState)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._PendingState getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getConflictInfo
public ConflictInformation getConflictInfo()
- Returns:
- Information about any conflict that may exist for this pending
change. If this is specified a conflict is registered for this
item.
getItemID
public int getItemID()
- Returns:
- the item ID for the item containing the conflict
getRevertToVersion
public int getRevertToVersion()
- Returns:
- the revert to version is specified to tell the server that it
could not retrieve a file do to local changes and that if the
changes are undone, this is the version that should be on the
machine.
© 2015 Microsoft. All rights reserved.