net.thucydides.plugins.jira.client
Class SOAPSession
java.lang.Object
net.thucydides.plugins.jira.client.SOAPSession
public class SOAPSession
- extends Object
This represents a SOAP session with JIRA including that state of being logged in or not.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPSession
protected SOAPSession(URL webServicePort)
openConnectionTo
public static SOAPSession openConnectionTo(URL webServicePort)
- Open a connection to the specified JIRA SOAP web service.
- Parameters:
webServicePort -
getServiceLocator
protected JiraSoapServiceService getServiceLocator()
usingCredentials
public SOAPSession usingCredentials(String userName,
String password)
throws RemoteException
- Throws:
RemoteException
getAuthenticationToken
public String getAuthenticationToken()
getJiraSoapService
public JiraSoapService getJiraSoapService()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.