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

Packages that use WorkingFolderType
com.microsoft.tfs.core.clients.build.soapextensions   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

Uses of WorkingFolderType in com.microsoft.tfs.core.clients.build.soapextensions
 

Methods in com.microsoft.tfs.core.clients.build.soapextensions that return WorkingFolderType
 WorkingFolderType WorkspaceMappingType.getWorkingFolderType()
           
 

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

Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as WorkingFolderType
static WorkingFolderType WorkingFolderType.CLOAK
           
static WorkingFolderType WorkingFolderType.MAP
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return WorkingFolderType
static WorkingFolderType WorkingFolderType.fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._WorkingFolderType webServiceObject)
          Gets the correct wrapper type for the given web service object.
 WorkingFolderType Mapping.getType()
          Gets the type of working folder mapping.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkingFolderType
Mapping(java.lang.String serverItem, WorkingFolderType type, RecursionType recursion)
          Creates a Mapping tfor the given server item.
WorkingFolder(java.lang.String serverItem, java.lang.String localItem, WorkingFolderType type)
          Creates a working folder object that maps a local path to a server path with a recursion type of "full" (the traditional mapping style).
WorkingFolder(java.lang.String serverItem, java.lang.String localItem, WorkingFolderType type, RecursionType recursion)
          Creates a working folder object that maps a local path to a server path.
 



© 2015 Microsoft. All rights reserved.