Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.exceptions.WorkspaceNotFoundException

Packages that use WorkspaceNotFoundException
com.microsoft.tfs.core.clients.versioncontrol   
 

Uses of WorkspaceNotFoundException in com.microsoft.tfs.core.clients.versioncontrol
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that throw WorkspaceNotFoundException
 Workspace VersionControlClient.getRepositoryWorkspace(java.lang.String workspaceName, java.lang.String workspaceOwner)
          Retrieve the specified workspace directly from the repository server.
 Workspace VersionControlClient.getWorkspace(java.lang.String workspaceName, java.lang.String workspaceOwner)
          Retrieve a workspace from the name and owner in the specified WorkspaceInfo.
 Workspace VersionControlClient.getWorkspace(WorkspaceInfo workspaceInfo)
          Retrieve a workspace from the name and owner in the specified WorkspaceInfo.
 



© 2015 Microsoft. All rights reserved.