public abstract class AbstractBugzillaClient extends Object
| Constructor and Description |
|---|
AbstractBugzillaClient(String serverUrl,
String login,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
fetch(XMLRPC<T> type,
String method,
Object... params) |
protected Map<String,Object> |
getParameterMap()
Get an initialized parameter map with login and password
|
protected boolean |
runCommand(String method,
Object... params) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.