Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.CheckinState

Packages that use CheckinState
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

Uses of CheckinState in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as CheckinState
static CheckinState CheckinState.COMMITTED
          Checkin operation was commited.
static CheckinState CheckinState.FAILED
          CheckIn() did not throw an exception, but nothing was checked in (e.g.
static CheckinState CheckinState.PAGING
          Checkin is being paged up to the server.
static CheckinState CheckinState.UNKNOWN
          Default initial state.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return CheckinState
static CheckinState CheckinState.fromInteger(int value)
          Returns the CheckinState for the specified integer value.
 CheckinState CheckinResult.getState()
           
 



© 2015 Microsoft. All rights reserved.