Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.WorkspaceOptions

Packages that use WorkspaceOptions
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
com.microsoft.tfs.core.clients.versioncontrol.workspacecache   
 

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

Fields in com.microsoft.tfs.core.clients.versioncontrol declared as WorkspaceOptions
static WorkspaceOptions WorkspaceOptions.NONE
           
static WorkspaceOptions WorkspaceOptions.SET_FILE_TO_CHECKIN
          Sets the last modified time for newly downloaded files to checkin time.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return WorkspaceOptions
 WorkspaceOptions WorkspaceOptions.combine(WorkspaceOptions other)
           
static WorkspaceOptions WorkspaceOptions.fromFlags(int flags)
           
 WorkspaceOptions WorkspaceOptions.remove(WorkspaceOptions other)
           
 WorkspaceOptions WorkspaceOptions.retain(WorkspaceOptions other)
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type WorkspaceOptions
 WorkspaceOptions WorkspaceOptions.combine(WorkspaceOptions other)
           
 boolean WorkspaceOptions.contains(WorkspaceOptions other)
           
 boolean WorkspaceOptions.containsAll(WorkspaceOptions other)
           
 boolean WorkspaceOptions.containsAny(WorkspaceOptions other)
           
 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)
           
 WorkspaceOptions WorkspaceOptions.remove(WorkspaceOptions other)
           
 WorkspaceOptions WorkspaceOptions.retain(WorkspaceOptions other)
           
 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.
 

Uses of WorkspaceOptions in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return WorkspaceOptions
 WorkspaceOptions Workspace.getOptions()
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkspaceOptions
 void Workspace.update(java.lang.String newName, java.lang.String newOwner, java.lang.String newComment, java.lang.String newComputer, WorkingFolder[] newMappings, WorkspacePermissionProfile newPermissionProfile, boolean removeUnparentedCloaks, WorkspaceOptions newOptions)
          Update a workspace.
 void Workspace.update(java.lang.String newName, java.lang.String newOwner, java.lang.String newComment, java.lang.String newComputer, WorkingFolder[] newMappings, WorkspacePermissionProfile newPermissionProfile, boolean removeUnparentedCloaks, WorkspaceOptions newOptions, WorkspaceLocation newLocation)
          Update a workspace.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkspaceOptions
Workspace(VersionControlClient client, java.lang.String name, java.lang.String owner, java.lang.String ownerDisplayName, java.lang.String[] ownerAliases, java.lang.String comment, java.lang.String securityToken, WorkingFolder[] workingFolders, java.lang.String computer, WorkspaceLocation location, WorkspacePermissions effectivePermissions, WorkspacePermissionProfile permissionProfile, WorkspaceOptions options)
          Constructs a Workspace.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache that return WorkspaceOptions
 WorkspaceOptions WorkspaceInfo.getOptions()
           
 



© 2015 Microsoft. All rights reserved.