Uses of Class
com.microsoft.tfs.core.clients.build.soapextensions.WorkspaceMappingType

Packages that use WorkspaceMappingType
com.microsoft.tfs.core.clients.build   
com.microsoft.tfs.core.clients.build.soapextensions   
 

Uses of WorkspaceMappingType in com.microsoft.tfs.core.clients.build
 

Methods in com.microsoft.tfs.core.clients.build that return WorkspaceMappingType
 WorkspaceMappingType IWorkspaceMapping.getMappingType()
          The type of the mapping - Map or Cloak.
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type WorkspaceMappingType
 IWorkspaceMapping IWorkspaceTemplate.addMapping(java.lang.String serverItem, java.lang.String localItem, WorkspaceMappingType type)
          Adds a workspace mapping with the provided server item, local item, and mapping type with a depth of 120.
 IWorkspaceMapping IWorkspaceTemplate.addMapping(java.lang.String serverItem, java.lang.String localItem, WorkspaceMappingType type, WorkspaceMappingDepth depth)
          Adds a workspace mapping with the provided server item, local item, mapping type, and depth.
 void IWorkspaceMapping.setMappingType(WorkspaceMappingType value)
           
 

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

Fields in com.microsoft.tfs.core.clients.build.soapextensions declared as WorkspaceMappingType
static WorkspaceMappingType WorkspaceMappingType.CLOAK
           
static WorkspaceMappingType WorkspaceMappingType.MAP
           
 

Methods in com.microsoft.tfs.core.clients.build.soapextensions that return WorkspaceMappingType
static WorkspaceMappingType WorkspaceMappingType.fromWebServiceObject(ms.tfs.build.buildservice._04._WorkspaceMappingType webServiceObject)
          Gets the correct wrapper type for the given web service object.
 



© 2015 Microsoft. All rights reserved.