com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class CheckinResult
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.CheckinResult
public class CheckinResult
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
This represents the result of a call to the checkin method.
- Since:
- TEE-SDK-11.0
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
CheckinResult(ms.tfs.versioncontrol.clientservices._03._CheckinResult result)
|
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 |
CheckinResult
public CheckinResult(ms.tfs.versioncontrol.clientservices._03._CheckinResult result)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._CheckinResult getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getChangeset
public int getChangeset()
getDate
public java.util.Calendar getDate()
getState
public CheckinState getState()
getTicket
public int getTicket()
getUndoneServerItems
public java.lang.String[] getUndoneServerItems()
getLocalVersionUpdates
public GetOperation[] getLocalVersionUpdates()
getCreationDate
public java.util.Calendar getCreationDate()
© 2015 Microsoft. All rights reserved.