com.atlassian.jira.rpc.soap
Interface JiraSoapService

All Known Implementing Classes:
JiraSoapServiceImpl

public interface JiraSoapService


Method Summary
 RemoteComponent[] getComponents(java.lang.String token, java.lang.String projectKey)
           
 RemoteIssueType[] getIssueTypes(java.lang.String token)
           
 RemotePriority[] getPriorities(java.lang.String token)
           
 RemoteProject[] getProjects(java.lang.String token)
           
 RemoteResolution[] getResolutions(java.lang.String token)
           
 RemoteFilter[] getSavedFilters(java.lang.String token)
           
 RemoteStatus[] getStatuses(java.lang.String token)
           
 RemoteUser getUser(java.lang.String token, java.lang.String username)
           
 RemoteVersion[] getVersions(java.lang.String token, java.lang.String projectKey)
           
 java.lang.String login(java.lang.String username, java.lang.String password)
           
 boolean logout(java.lang.String token)
           
 

Method Detail

login

public java.lang.String login(java.lang.String username,
                              java.lang.String password)
                       throws java.lang.Exception
Throws:
java.lang.Exception

logout

public boolean logout(java.lang.String token)

getProjects

public RemoteProject[] getProjects(java.lang.String token)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getVersions

public RemoteVersion[] getVersions(java.lang.String token,
                                   java.lang.String projectKey)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getComponents

public RemoteComponent[] getComponents(java.lang.String token,
                                       java.lang.String projectKey)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getIssueTypes

public RemoteIssueType[] getIssueTypes(java.lang.String token)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getPriorities

public RemotePriority[] getPriorities(java.lang.String token)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getStatuses

public RemoteStatus[] getStatuses(java.lang.String token)
                           throws java.lang.Exception
Throws:
java.lang.Exception

getResolutions

public RemoteResolution[] getResolutions(java.lang.String token)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getUser

public RemoteUser getUser(java.lang.String token,
                          java.lang.String username)
                   throws java.lang.Exception
Throws:
java.lang.Exception

getSavedFilters

public RemoteFilter[] getSavedFilters(java.lang.String token)
                               throws java.lang.Exception
Throws:
java.lang.Exception