Uses of Interface
com.microsoft.tfs.core.clients.build.IWorkspaceMapping

Packages that use IWorkspaceMapping
com.microsoft.tfs.core.clients.build   
 

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

Methods in com.microsoft.tfs.core.clients.build that return IWorkspaceMapping
 IWorkspaceMapping IWorkspaceTemplate.addMapping()
          Adds a workspace mapping to the workspace.
 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.
 IWorkspaceMapping IWorkspaceTemplate.cloak(java.lang.String serverItem)
          Adds a cloak entry to the workspace for the specified server item.
 IWorkspaceMapping[] IWorkspaceTemplate.getMappings()
          The workspace mappings for the workspace.
 IWorkspaceMapping IWorkspaceTemplate.map(java.lang.String serverItem, java.lang.String localItem)
          Adds a workspace mapping with the provided server item and local item with WorkspaceMappingType.Map.
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type IWorkspaceMapping
 boolean IWorkspaceTemplate.removeMapping(IWorkspaceMapping mapping)
          Removes the workspace mapping from the workspace template.
 



© 2015 Microsoft. All rights reserved.