org.harvard.hms.cbmi.jira
Class SOAPClient
java.lang.Object
org.harvard.hms.cbmi.jira.SOAPClient
public class SOAPClient
- extends java.lang.Object
SOAPClient is an example of the SOAP APIs offered by JIRA.
It is designed to be run against http://jira.atlassian.com.
NOTE : This is not a "client side API" per se. Its an example of how to use
the JIRA SOAP API as a client, and some of the calls available.
If you want to see more SOAP example code, have a look at the com.atlassian.jira_soapclient.exercise
and the code therein. This code is used by our functional test framework to
run SOAP API calls and assert that they have the desired affect on a JIRA instance.
|
Constructor Summary |
SOAPClient(java.lang.String baseUrl,
java.lang.String loginName,
java.lang.String loginPwd)
|
|
Method Summary |
RemoteIssue |
createIssue(java.lang.String jiraProjectKey,
java.lang.String jiraComponentID,
java.lang.String summary,
java.lang.String description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPClient
public SOAPClient(java.lang.String baseUrl,
java.lang.String loginName,
java.lang.String loginPwd)
createIssue
public RemoteIssue createIssue(java.lang.String jiraProjectKey,
java.lang.String jiraComponentID,
java.lang.String summary,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2009-2011 Eagle-I. All Rights Reserved.