org.sonar.plugins.mantis.soap
Class MantisSoapService
java.lang.Object
org.sonar.plugins.mantis.soap.MantisSoapService
public class MantisSoapService
- extends Object
- Since:
- 0.1
- Author:
- Jeremie Lagarde
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MantisSoapService
public MantisSoapService(URL webServiceURL)
throws RemoteException
- Throws:
RemoteException
getProjectId
public BigInteger getProjectId()
connect
public void connect(String login,
String password,
String project)
throws RemoteException
- Throws:
RemoteException
getFilters
public biz.futureware.mantis.rpc.soap.client.FilterData[] getFilters()
throws RemoteException
- Throws:
RemoteException
getIssues
public biz.futureware.mantis.rpc.soap.client.IssueData[] getIssues(biz.futureware.mantis.rpc.soap.client.FilterData filter)
throws RemoteException
- Throws:
RemoteException
disconnect
public void disconnect()
throws RemoteException
- Throws:
RemoteException
createMantisConnectLocator
protected biz.futureware.mantis.rpc.soap.client.MantisConnectLocator createMantisConnectLocator()
Copyright © 2011. All Rights Reserved.