hudson.plugins.tfs.model
Class Server
java.lang.Object
hudson.plugins.tfs.model.Server
- All Implemented Interfaces:
- ServerConfigurationProvider
public class Server
- extends java.lang.Object
- implements ServerConfigurationProvider
|
Constructor Summary |
Server(TfTool tool,
java.lang.String url,
java.lang.String username,
java.lang.String password)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server(TfTool tool,
java.lang.String url,
java.lang.String username,
java.lang.String password)
getProject
public Project getProject(java.lang.String projectPath)
getWorkspaces
public Workspaces getWorkspaces()
execute
public java.io.Reader execute(MaskedArgumentListBuilder arguments)
throws java.io.IOException,
java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl in interface ServerConfigurationProvider
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface ServerConfigurationProvider
getUserPassword
public java.lang.String getUserPassword()
- Specified by:
getUserPassword in interface ServerConfigurationProvider
getLocalHostname
public java.lang.String getLocalHostname()
throws java.io.IOException,
java.lang.InterruptedException
- Specified by:
getLocalHostname in interface ServerConfigurationProvider
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2009. All Rights Reserved.