public static class RedmineConfigurationUtil.SimpleRedmineServiceConfiguration extends Object implements RedmineServiceConfiguration
| Constructor and Description |
|---|
RedmineConfigurationUtil.SimpleRedmineServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getEncoding() |
String |
getRestPassword() |
URL |
getRestUrl() |
String |
getRestUsername() |
boolean |
isAnonymous() |
boolean |
isVerbose() |
void |
setAnonymous(boolean anonymous) |
void |
setApiKey(String apiKey) |
void |
setEncoding(String encoding) |
void |
setRestPassword(String restPassword) |
void |
setRestUrl(URL restUrl) |
void |
setRestUsername(String restUsername) |
void |
setVerbose(boolean verbose) |
String |
toString() |
public RedmineConfigurationUtil.SimpleRedmineServiceConfiguration()
public String getEncoding()
getEncoding in interface org.nuiton.io.rest.RestClientConfigurationpublic void setEncoding(String encoding)
setEncoding in interface org.nuiton.io.rest.RestClientConfigurationpublic String getRestPassword()
getRestPassword in interface org.nuiton.io.rest.RestClientConfigurationpublic void setRestPassword(String restPassword)
setRestPassword in interface org.nuiton.io.rest.RestClientConfigurationpublic URL getRestUrl()
getRestUrl in interface org.nuiton.io.rest.RestClientConfigurationpublic void setRestUrl(URL restUrl)
setRestUrl in interface org.nuiton.io.rest.RestClientConfigurationpublic String getRestUsername()
getRestUsername in interface org.nuiton.io.rest.RestClientConfigurationpublic void setRestUsername(String restUsername)
setRestUsername in interface org.nuiton.io.rest.RestClientConfigurationpublic boolean isVerbose()
isVerbose in interface org.nuiton.io.rest.RestClientConfigurationpublic void setVerbose(boolean verbose)
setVerbose in interface org.nuiton.io.rest.RestClientConfigurationpublic boolean isAnonymous()
isAnonymous in interface org.nuiton.io.rest.RestClientConfigurationpublic void setAnonymous(boolean anonymous)
setAnonymous in interface org.nuiton.io.rest.RestClientConfigurationpublic String getApiKey()
getApiKey in interface RedmineServiceConfigurationpublic void setApiKey(String apiKey)
setApiKey in interface RedmineServiceConfigurationCopyright © 2009-2012 CodeLutin. All Rights Reserved.