Uses of Class
com.microsoft.tfs.core.clients.build.flags.WorkspaceMappingDepth

Packages that use WorkspaceMappingDepth
com.microsoft.tfs.core.clients.build   
com.microsoft.tfs.core.clients.build.flags   
 

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

Methods in com.microsoft.tfs.core.clients.build that return WorkspaceMappingDepth
 WorkspaceMappingDepth IWorkspaceMapping.getDepth()
          Gets or sets the depth of the mapping.
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type WorkspaceMappingDepth
 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.setDepth(WorkspaceMappingDepth value)
           
 

Uses of WorkspaceMappingDepth in com.microsoft.tfs.core.clients.build.flags
 

Fields in com.microsoft.tfs.core.clients.build.flags declared as WorkspaceMappingDepth
static WorkspaceMappingDepth WorkspaceMappingDepth.FULL
           
static WorkspaceMappingDepth WorkspaceMappingDepth.ONE_LEVEL
           
 

Methods in com.microsoft.tfs.core.clients.build.flags that return WorkspaceMappingDepth
static WorkspaceMappingDepth WorkspaceMappingDepth.fromValue(int value)
          Convert an integer value of the WorkspaceMappingDepth into the corresponding strongly typed WorkspaceMappingDepth
 



© 2015 Microsoft. All rights reserved.