public class KojiSession extends Object
| Constructor and Description |
|---|
KojiSession(String kojiInstanceURL,
Map<String,?> xmlRpcResult)
Create a Koji Session based on de-marshalling of XMl-RPC result and current Koji Hub XML-RPC URL.
|
KojiSession(String kojiInstanceURL,
String sessionId,
String sessionKey)
Users can also use direct constructor, if the data are already de-marshalled.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticatedHubURL()
Constructs URL that has embedded authentication.
|
public KojiSession(String kojiInstanceURL, Map<String,?> xmlRpcResult)
kojiInstanceURL - XML-RPC hub URL.xmlRpcResult - XML RPC result to be de-marshalled.public String getAuthenticatedHubURL()
Copyright © 2004-2015. All Rights Reserved.