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

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

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

Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as PendingSetType
static PendingSetType PendingSetType.SHELVESET
           
static PendingSetType PendingSetType.WORKSPACE
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return PendingSetType
static PendingSetType PendingSetType.fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._PendingSetType webServiceObject)
          Gets the correct wrapper type for the given web service object.
 PendingSetType PendingSet.getType()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type PendingSetType
PendingSet(java.lang.String name, java.lang.String ownerName, java.lang.String ownerDisplayName, OwnershipState ownership, java.lang.String computer, PendingSetType type, PendingChange[] pendingChanges)
           
PendingSet(java.lang.String name, java.lang.String ownerName, java.lang.String ownerDisplayName, OwnershipState ownership, java.lang.String computer, PendingSetType type, PendingChange[] pendingChanges, PendingChange[] candidatePendingChanges)
           
 



© 2015 Microsoft. All rights reserved.