public interface RedmineClientConfiguration
RedmineClient.| Modifier and Type | Method and Description |
|---|---|
RedmineClientAuthConfiguration |
getAuthConfiguration() |
String |
getEncoding() |
URL |
getUrl() |
boolean |
isVerbose() |
void |
setAuthConfiguration(RedmineClientAuthConfiguration authConfiguration) |
void |
setEncoding(String encoding) |
void |
setUrl(URL url) |
void |
setVerbose(boolean verbose) |
URL getUrl()
String getEncoding()
boolean isVerbose()
true to make verbose client (show request and parameters)void setUrl(URL url)
url - the url of server to setvoid setEncoding(String encoding)
encoding - the encodng used to encode request to setvoid setVerbose(boolean verbose)
verbose - the flag verbose to setRedmineClientAuthConfiguration getAuthConfiguration()
void setAuthConfiguration(RedmineClientAuthConfiguration authConfiguration)
Copyright © 2009–2015 CodeLutin. All rights reserved.