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

Packages that use Server
hudson.plugins.tfs   
hudson.plugins.tfs.actions   
hudson.plugins.tfs.model   
 

Uses of Server in hudson.plugins.tfs
 

Methods in hudson.plugins.tfs that return Server
protected  Server TeamFoundationServerScm.createServer(TfTool tool, hudson.model.Run<?,?> run)
           
 

Uses of Server in hudson.plugins.tfs.actions
 

Methods in hudson.plugins.tfs.actions with parameters of type Server
 java.util.List<ChangeSet> CheckoutAction.checkout(Server server, hudson.FilePath workspacePath, java.util.Calendar lastBuildTimestamp)
           
 boolean RemoveWorkspaceAction.remove(Server server)
           
 

Uses of Server in hudson.plugins.tfs.model
 

Constructors in hudson.plugins.tfs.model with parameters of type Server
Project(Server server, java.lang.String projectPath)
           
Workspace(Server server, java.lang.String name)
           
Workspace(Server server, java.lang.String name, java.lang.String computer, java.lang.String owner, java.lang.String comment)
           
Workspaces(Server server)
           
 



Copyright © 2009. All Rights Reserved.