com.cloudbees.api
Class BeesClientConfiguration
java.lang.Object
com.cloudbees.api.BeesClientConfiguration
public class BeesClientConfiguration
- extends Object
- Author:
- Olivier Lamy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeesClientConfiguration
public BeesClientConfiguration(String serverApiUrl,
String apiKey,
String secret,
String format,
String version)
getServerApiUrl
public String getServerApiUrl()
setServerApiUrl
public void setServerApiUrl(String serverApiUrl)
getProxyHost
public String getProxyHost()
setProxyHost
public void setProxyHost(String proxyHost)
getProxyPort
public int getProxyPort()
setProxyPort
public void setProxyPort(int proxyPort)
getProxyUser
public String getProxyUser()
setProxyUser
public void setProxyUser(String proxyUser)
getProxyPassword
public String getProxyPassword()
setProxyPassword
public void setProxyPassword(String proxyPassword)
getApiKey
public String getApiKey()
setApiKey
public void setApiKey(String apiKey)
getSecret
public String getSecret()
setSecret
public void setSecret(String secret)
getFormat
public String getFormat()
setFormat
public void setFormat(String format)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
Copyright © 2011. All Rights Reserved.