|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol that return Workspace | |
---|---|
Workspace |
VersionControlClient.createWorkspace(WorkingFolder[] workingFolders,
java.lang.String workspaceName,
java.lang.String owner,
java.lang.String ownerDisplayName,
java.lang.String comment,
WorkspaceLocation location,
WorkspaceOptions options)
Create a workspace on the server. |
Workspace |
VersionControlClient.createWorkspace(WorkingFolder[] workingFolders,
java.lang.String workspaceName,
java.lang.String owner,
java.lang.String ownerDisplayName,
java.lang.String comment,
WorkspaceLocation location,
WorkspaceOptions options,
WorkspacePermissionProfile permissionProfile)
|
Workspace |
VersionControlClient.createWorkspace(WorkingFolder[] workingFolders,
java.lang.String workspaceName,
java.lang.String comment,
WorkspaceLocation location,
WorkspaceOptions options)
Create a workspace on the server. |
Workspace |
VersionControlClient.createWorkspace(WorkingFolder[] workingFolders,
java.lang.String workspaceName,
java.lang.String comment,
WorkspaceLocation location,
WorkspaceOptions options,
WorkspacePermissionProfile permissionProfile)
|
Workspace |
VersionControlClient.getLocalWorkspace(java.lang.String localPath,
boolean throwIfNotFound)
Gets the workspace containing a mapping for the given path. |
Workspace |
VersionControlClient.getLocalWorkspace(java.lang.String workspaceName,
java.lang.String workspaceOwner)
Look up the local workspace for the specified repository, workspaceName and workspaceOwner combo. |
Workspace |
VersionControlClient.getRepositoryWorkspace(java.lang.String workspaceName,
java.lang.String workspaceOwner)
Retrieve the specified workspace directly from the repository server. |
Workspace[] |
VersionControlClient.getRepositoryWorkspaces(java.lang.String workspaceName,
java.lang.String workspaceOwner,
java.lang.String computer)
Get a list of matching workspaces. |
Workspace[] |
VersionControlClient.getRepositoryWorkspaces(java.lang.String workspaceName,
java.lang.String workspaceOwner,
java.lang.String computer,
WorkspacePermissions permissionsFilter)
Get a list of matching workspaces. |
Workspace |
VersionControlClient.getWorkspace(java.lang.String localPath)
Retrieve the workspace that is mapped to the provided local path. |
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 . |
Workspace |
VersionControlClient.queryWorkspace(java.lang.String name,
java.lang.String owner)
Returns the workspace on the server that matches the given parameters. |
Workspace[] |
VersionControlClient.queryWorkspaces(java.lang.String name,
java.lang.String owner,
java.lang.String computer)
Always queries the server immediately; does not check the local workspace cache. |
Workspace[] |
VersionControlClient.queryWorkspaces(java.lang.String workspaceName,
java.lang.String workspaceOwner,
java.lang.String computer,
WorkspacePermissions permissionsFilter)
Returns all workspaces on the server that match the given parameters. |
Workspace |
VersionControlClient.tryGetWorkspace(java.lang.String localPath)
This is the same as GetWorkspace() except that it returns null rather than throwing ItemNotMappedException if the path is not in any known local workspace. |
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type Workspace | |
---|---|
Conflict[] |
VersionControlClient.autoResolveValidConflicts(Workspace workspace,
Conflict[] conflicts,
AutoResolveOptions resolveOptions)
Takes a list of candidates for AutoResolve and attempts to resolve them with the correct resolution and performing a content merge if necessary. |
void |
VersionControlClient.deleteWorkspace(Workspace workspace)
Delete a workspace on the server. |
WorkspaceInfo |
Workstation.insertWorkspaceIntoCache(Workspace localWorkspace)
This helper method inserts a workspace into the Workstation cache. |
void |
Workstation.notifyForWorkspace(Workspace workspace,
Notification notification)
Send a cross-process notification through the current NotificationManager for an event that happened in the specified
workspace. |
void |
VersionControlClient.reportFailures(Workspace workspace,
Failure[] failures)
Report failures from the server to the user. |
void |
VersionControlClient.resolveConflicts(Workspace workspace,
Conflict[] conflicts,
java.lang.String[] itemPropertyFilters,
ResolveErrorOptions errorOptions,
java.util.concurrent.atomic.AtomicReference<Conflict[]> resolvedConflicts)
|
void |
VersionControlClient.resolveLocalConflicts(Workspace workspace,
Conflict[] conflicts,
ResolveErrorOptions errorOptions)
Resolve local file conflicts. |
static void |
BranchHistoryUtil.updateServerItems(Workspace workspace,
VersionSpec versionSpec,
BranchHistory branchHistory)
Updates the given BranchHistory object to include the latest
Item s from the server. |
void |
VersionControlClient.updateWorkspace(Workspace workspace,
java.lang.String newName,
java.lang.String newOwner,
java.lang.String newComment,
WorkingFolder[] newMappings,
java.lang.String newComputer)
Update a workspace. |
void |
VersionControlClient.updateWorkspace(Workspace workspace,
java.lang.String newName,
java.lang.String newOwner,
java.lang.String newComment,
WorkingFolder[] newMappings,
java.lang.String newComputer,
WorkspacePermissionProfile newPermissionProfile)
Update a workspace. |
void |
VersionControlClient.updateWorkspace(Workspace workspace,
java.lang.String newName,
java.lang.String newOwner,
java.lang.String newComment,
WorkingFolder[] newMappings,
java.lang.String newComputer,
WorkspacePermissionProfile newPermissionProfile,
boolean removeUnparentedCloaks,
WorkspaceOptions newOptions,
WorkspaceLocation newLocation)
Update a workspace. |
Constructors in com.microsoft.tfs.core.clients.versioncontrol with parameters of type Workspace | |
---|---|
ResolveConflictHandler(VersionControlClient client,
Workspace workspace,
java.util.Map<java.lang.Integer,java.lang.String> updatedSourceLocalItems)
|
|
ResolveLocalConflictHandler(VersionControlClient client,
Workspace workspace)
|
|
UpdateLocalVersionQueue(Workspace workspace)
Constructs a queue for updating both the local workspace and server's local version tables. |
|
UpdateLocalVersionQueue(Workspace workspace,
UpdateLocalVersionQueueOptions options)
Constructs a queue for updating one or both (according to options) of the local workspace and server's local version tables. |
|
UpdateLocalVersionQueue(Workspace workspace,
UpdateLocalVersionQueueOptions options,
com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.WorkspaceLock wLock)
Constructs a queue for updating the workspace's local version table. |
|
UpdateLocalVersionQueue(Workspace workspace,
UpdateLocalVersionQueueOptions options,
com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.WorkspaceLock wLock,
int flushTriggerLevel,
int maximumLevel,
int timeTriggerInMilliseconds)
Constructs a queue for updating the workspace's local version table. |
|
WorkspaceKey(Workspace workspace)
Creates a new WorkspaceKey for the specified workspace. |
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.conflicts |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.conflicts that return Workspace | |
---|---|
Workspace |
ConflictDescription.getWorkspace()
Get the workspace this conflict is occurring in. |
Methods in com.microsoft.tfs.core.clients.versioncontrol.conflicts with parameters of type Workspace | |
---|---|
static ConflictDescription |
ConflictDescriptionFactory.getConflictDescription(Workspace workspace,
Conflict conflict,
ItemSpec[] conflictItemSpecs)
Get a ConflictDescription for this particular Conflict. |
static ConflictDescription[] |
ConflictDescriptionFactory.getConflictDescriptions(Workspace workspace,
Conflict[] conflicts,
ItemSpec[] conflictItemSpecs)
Convenience method to get multiple conflict descriptions for multiple conflicts. |
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.conflicts.resolutions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.conflicts.resolutions with parameters of type Workspace | |
---|---|
boolean |
ExternalConflictResolution.ExternalConflictResolver.resolveConflict(Workspace workspace,
Conflict conflict)
|
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.engines |
---|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.engines with parameters of type Workspace | |
---|---|
MergeEngine(Workspace workspace,
VersionControlClient client)
No merge toolset will be available in this MergeEngine , so
external merge operations will fail. |
|
MergeEngine(Workspace workspace,
VersionControlClient client,
ExternalToolset mergeToolset)
Creates a MergeEngine with the given workspace, client, and merge
toolset (which will be used to select a tool when external merges require
them). |
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.events |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return Workspace | |
---|---|
Workspace |
WorkspaceEvent.getWorkspace()
|
Workspace |
ShelveEvent.getWorkspace()
|
Workspace |
ScannerModifiedFilesEvent.getWorkspace()
|
Workspace |
PendingChangeEvent.getWorkspace()
|
Workspace |
OperationStartedEvent.getWorkspace()
|
Workspace |
OperationCompletedEvent.getWorkspace()
|
Workspace |
NonFatalErrorEvent.getWorkspace()
|
Workspace |
MergingEvent.getWorkspace()
|
Workspace |
GetEvent.getWorkspace()
|
Workspace |
ConflictResolvedEvent.getWorkspace()
|
Workspace |
ConflictEvent.getWorkspace()
|
Workspace |
CheckinEvent.getWorkspace()
|
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.exceptions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.exceptions that return Workspace | |
---|---|
Workspace |
WorkspaceDeletedException.getWorkspace()
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.exceptions with parameters of type Workspace | |
---|---|
OnlyOneWorkspaceException(Workspace workspace,
java.lang.String path)
|
|
WorkspaceDeletedException(Workspace workspace)
|
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.localworkspace |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.localworkspace with parameters of type Workspace | |
---|---|
static BaselineFolder |
BaselineFolder.create(Workspace workspace,
java.lang.String localFolder)
Given the location at which a baseline folder should be created, creates a baseline folder on disk and returns it. |
static void |
BaselineFolder.ensureBaselineDirectoryExists(Workspace workspace,
java.lang.String directoryPath)
|
static void |
BaselineFolder.ensureLocalMetadataDirectoryExists(Workspace workspace)
Ensures that the local metadata directory for the given local workspace exists. |
static void |
BaselineFolder.ensureLocalMetadataDirectoryExists(Workspace workspace,
java.lang.String sourceDirectoryForAcl)
Ensures that the local metadata directory for the given local workspace exists. |
Constructors in com.microsoft.tfs.core.clients.versioncontrol.localworkspace with parameters of type Workspace | |
---|---|
LocalItemExclusionEvaluator(Workspace workspace,
java.lang.String startLocalItem)
Create an LocalItemExclusionEvaluator object to evaluate local item exclusions for the provided Workspace. |
|
WorkspaceWatcher(Workspace workspace)
|
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.offline |
---|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.offline with parameters of type Workspace | |
---|---|
OfflinePender(Workspace workspace,
OfflineChange[] offlineChanges)
|
|
OfflineSynchronizer(Workspace workspace,
OfflineSynchronizerProvider provider)
Takes an OfflineSynchronizerProvider which provides local paths to resources to examine. |
|
OfflineSynchronizer(Workspace workspace,
OfflineSynchronizerProvider provider,
OfflineSynchronizerFilter filter)
Takes an OfflineSynchronizerProvider which provides local paths to resources to examine. |
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Workspace | |
---|---|
int |
Workspace.compareTo(Workspace other)
Compares two workspaces first by server URL, then by workspace name, then by owner (all case insensitive). |
void |
Conflict.downloadProperties(Workspace workspace)
|
java.lang.String |
Conflict.getTheirShelvesetDisplayName(Workspace workspace)
The shelveset display name consists of the shelveset name and username if it's different than the authorized user. |
boolean |
Conflict.isBasicMergeAllowed(Workspace workspace)
Check the basic requirements for merge operation. |
boolean |
Conflict.isRedundant(boolean quick,
Workspace workspace)
Verifies that this conflict is caused by 2 identical changes. |
boolean |
PendingChange.isUnchanged(Workspace workspace)
Determine whether this pending change is unchanged using either local workspace or server workspace. |
boolean |
PendingChange.isUnchangedInLocalWorkspace(Workspace workspace)
Tests whether this pending change has local content which differs from local baseline. |
boolean |
Conflict.isValidForAutoMerge(Workspace workspace)
|
PropertiesMergeSummary |
Conflict.mergeProperties(Workspace workspace)
Generates the properties merge summary. |
void |
PendingChange.restoreCandidateDelete(Workspace workspace)
Restores a candidate delete on disk, if it's a folder, walks children recursively and restores them as well. |
void |
Workspace.updateFromWorkspace(Workspace updateSource)
An internal helper method called by RuntimeWorkspaceCache to
update properties of a Workspace object when new information has
been retrieved from the server. |
Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Workspace | |
---|---|
PendingChange(Workspace workspace,
GetOperation operation,
ProcessType processType)
Construct a PendingChange from a GetOperation . |
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.specs.version |
---|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.specs.version with parameters of type Workspace | |
---|---|
WorkspaceVersionSpec(Workspace workspace)
|
Uses of Workspace in com.microsoft.tfs.core.clients.versioncontrol.workspacecache |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache that return Workspace | |
---|---|
Workspace |
WorkspaceInfo.getWorkspace(TFSTeamProjectCollection collection)
Get the workspace object that matches this CachedWorkspace . |
Constructors in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type Workspace | |
---|---|
WorkspaceInfo(com.microsoft.tfs.core.clients.versioncontrol.workspacecache.internal.InternalServerInfo serverInfo,
Workspace workspace)
|
Uses of Workspace in com.microsoft.tfs.core.pendingcheckin |
---|
Methods in com.microsoft.tfs.core.pendingcheckin that return Workspace | |
---|---|
Workspace |
StandardPendingCheckinPendingChanges.getWorkspace()
|
Workspace |
PendingCheckinPendingChanges.getWorkspace()
|
Constructors in com.microsoft.tfs.core.pendingcheckin with parameters of type Workspace | |
---|---|
StandardPendingCheckin(Workspace workspace,
PendingChange[] allChanges,
PendingChange[] checkedChanges,
java.lang.String comment,
CheckinNote checkinNotes,
WorkItemCheckinInfo[] checkedWorkItems,
PolicyEvaluator evaluator)
Creates a StandardPendingCheckin using the user-supplied
evaluator and the loader it was already configured with. |
|
StandardPendingCheckinPendingChanges(Workspace workspace,
PendingChange[] allChanges,
PendingChange[] checkedChanges,
AffectedTeamProjects affectedTeamProjects,
java.lang.String comment)
The AffectedTeamProjects object given will be modified. |
Uses of Workspace in com.microsoft.tfs.core.pendingcheckin.filters |
---|
Methods in com.microsoft.tfs.core.pendingcheckin.filters that return Workspace | |
---|---|
Workspace |
FilterPendingCheckinPendingChanges.getWorkspace()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |