net.thucydides.plugins.jira.service
Class JIRAConnection

Package class diagram package JIRAConnection
java.lang.Object
  extended by net.thucydides.plugins.jira.service.JIRAConnection

public class JIRAConnection
extends Object


Constructor Summary
JIRAConnection()
           
JIRAConnection(JIRAConfiguration configuration)
           
 
Method Summary
 String getAuthenticationToken()
           
protected  JIRAConfiguration getConfiguration()
           
 String getJiraPassword()
           
 JiraSoapService getJiraSoapService()
           
 String getJiraUser()
           
 String getJiraWebserviceUrl()
           
 String getProject()
           
 void logout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIRAConnection

public JIRAConnection()

JIRAConnection

public JIRAConnection(JIRAConfiguration configuration)
Method Detail

getJiraSoapService

public JiraSoapService getJiraSoapService()
                                   throws MalformedURLException,
                                          RemoteException
Throws:
MalformedURLException
RemoteException

getConfiguration

protected JIRAConfiguration getConfiguration()

getJiraUser

public String getJiraUser()

getJiraPassword

public String getJiraPassword()

getJiraWebserviceUrl

public String getJiraWebserviceUrl()

getAuthenticationToken

public String getAuthenticationToken()
                              throws MalformedURLException,
                                     RemoteException
Throws:
MalformedURLException
RemoteException

getProject

public String getProject()

logout

public void logout()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.