Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.workspacecache.WorkspaceInfo

Packages that use WorkspaceInfo
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.events   
com.microsoft.tfs.core.clients.versioncontrol.workspacecache   
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol that return WorkspaceInfo
 WorkspaceInfo[] Workstation.getAllLocalWorkspaceInfo()
          Get a list of all cached local workspace info objects.
 WorkspaceInfo Workstation.getLocalWorkspaceInfo(com.microsoft.tfs.util.GUID repositoryGuid, java.lang.String workspaceName, java.lang.String workspaceOwner)
          Get the cached local workspace info for the specified workspace.
 WorkspaceInfo Workstation.getLocalWorkspaceInfo(java.lang.String path)
          Get the cached local workspace info for the workspace that contains the specified path.
 WorkspaceInfo Workstation.getLocalWorkspaceInfo(VersionControlClient client, java.lang.String workspaceName, java.lang.String workspaceOwner)
          Get the cached local workspace info for the specified workspace.
 WorkspaceInfo[] Workstation.getLocalWorkspaceInfoRecursively(java.lang.String path)
          Gets the workspace at or workspaces below the path.
 WorkspaceInfo Workstation.insertWorkspaceIntoCache(Workspace localWorkspace)
          This helper method inserts a workspace into the Workstation cache.
 WorkspaceInfo[] Workstation.queryLocalWorkspaceInfo(VersionControlClient client, java.lang.String workspaceName, java.lang.String workspaceOwner)
          Get a list of cached local workspace info.
 WorkspaceInfo VersionControlClient.removeCachedWorkspace(java.lang.String workspaceName, java.lang.String workspaceOwner)
          Removes a cached workspace that matches the given name and owner and this client's server's GUID from the Workstation's cache.
 WorkspaceInfo[] Workstation.removeCachedWorkspaceInfo(java.net.URI serverUri, java.lang.String workspaceName, java.lang.String workspaceOwner)
          Removes from the cache the workspace specified.
 WorkspaceInfo[] Workstation.removeCachedWorkspaceInfo(VersionControlClient client)
          Removes from the cache the workspaces for the specified source control repository.
 WorkspaceInfo[] Workstation.removeCachedWorkspaceInfo(VersionControlClient client, java.lang.String ownerName)
          Removes from the cache the workspaces for the specified source control repository.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type WorkspaceInfo
 Workspace VersionControlClient.getWorkspace(WorkspaceInfo workspaceInfo)
          Retrieve a workspace from the name and owner in the specified WorkspaceInfo.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol with parameters of type WorkspaceInfo
WorkspaceKey(WorkspaceInfo cachedWorkspace)
          Creates a new WorkspaceKey for the specified cached workspace.
 

Uses of WorkspaceInfo in com.microsoft.tfs.core.clients.versioncontrol.events
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return WorkspaceInfo
 WorkspaceInfo WorkstationNonFatalErrorEvent.getWorkspaceInfo()
           
 

Uses of WorkspaceInfo in com.microsoft.tfs.core.clients.versioncontrol.workspacecache
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache that return WorkspaceInfo
 WorkspaceInfo InternalWorkspaceConflictInfo.getPrimaryWorkspace()
           
 WorkspaceInfo InternalWorkspaceConflictInfo.getSecondaryWorkspace()
           
static WorkspaceInfo WorkspaceInfo.loadFromXML(com.microsoft.tfs.core.clients.versioncontrol.workspacecache.internal.InternalServerInfo serverInfo, org.w3c.dom.Element workspaceInfoNode)
          Creates an instance from the XML representation used in the cache file.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type WorkspaceInfo
 int WorkspaceInfo.compareTo(WorkspaceInfo other)
          
 void WorkspaceInfo.copyLocalMetadata(WorkspaceInfo oldInfo)
          This method is used by Workstation to keep local metadata when updating the cache after querying the server.
 java.lang.String WorkspaceInfo.formatWorkspaceNameForException(WorkspaceInfo conflictingWorkspace)
          Formats the conflicting workspace name for exception when there is a conflict.
 void WorkspaceInfo.update(WorkspaceInfo ws, boolean fromCache)
          Updates this workspace using the comment, computer, and mappings of the workspace object passed in, which must have the same name, owner, and repository as this workspace instance.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type WorkspaceInfo
InternalWorkspaceConflictInfo(WorkspaceInfo primaryWorkspace, WorkspaceInfo secondaryWorkspace, java.lang.String conflictingPath)
           
 



© 2015 Microsoft. All rights reserved.