Uses of Class
hudson.plugins.tfs.model.Workspace

Packages that use Workspace
hudson.plugins.tfs.commands   
hudson.plugins.tfs.model   
 

Uses of Workspace in hudson.plugins.tfs.commands
 

Methods in hudson.plugins.tfs.commands that return Workspace
 Workspace ListWorkspacesCommand.WorkspaceFactory.createWorkspace(java.lang.String name, java.lang.String computer, java.lang.String owner, java.lang.String comment)
           
 

Methods in hudson.plugins.tfs.commands that return types with arguments of type Workspace
 java.util.List<Workspace> ListWorkspacesCommand.parse(java.io.Reader consoleReader)
           
 

Uses of Workspace in hudson.plugins.tfs.model
 

Methods in hudson.plugins.tfs.model that return Workspace
 Workspace Workspaces.createWorkspace(java.lang.String name, java.lang.String computer, java.lang.String owner, java.lang.String comment)
           
 Workspace Workspaces.getWorkspace(java.lang.String workspaceName)
          Returns the workspace with the specified name
 Workspace Workspaces.newWorkspace(java.lang.String name)
          Create workspace on server and return a workspace object with the specified name
 

Methods in hudson.plugins.tfs.model with parameters of type Workspace
 void Workspaces.deleteWorkspace(Workspace workspace)
          Deletes the workspace from the server
 boolean Workspaces.exists(Workspace workspace)
          Returns the if the workspace exists on the server
 



Copyright © 2009. All Rights Reserved.