com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class CheckinResult

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by 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

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
CheckinResult(ms.tfs.versioncontrol.clientservices._03._CheckinResult result)
           
 
Method Summary
 int getChangeset()
           
 java.util.Calendar getCreationDate()
           
 java.util.Calendar getDate()
           
 GetOperation[] getLocalVersionUpdates()
           
 CheckinState getState()
           
 int getTicket()
           
 java.lang.String[] getUndoneServerItems()
           
 ms.tfs.versioncontrol.clientservices._03._CheckinResult getWebServiceObject()
          Gets the web service object this class wraps.
 
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
 

Constructor Detail

CheckinResult

public CheckinResult(ms.tfs.versioncontrol.clientservices._03._CheckinResult result)
Method Detail

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.