org.squashtest.csp.core.bugtracker.internal.mantis
public class MantisAxis1SoapClient extends Object
| Constructor and Description |
|---|
MantisAxis1SoapClient(org.squashtest.csp.core.bugtracker.domain.BugTracker bugTracker) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
createIssue(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
IssueData issue) |
String[] |
findCategories(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
BigInteger projectId) |
ProjectData[] |
findProjects(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials) |
AccountData[] |
findUsersForProject(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
BigInteger projectId,
BigInteger access) |
ProjectVersionData[] |
findVersions(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
BigInteger projectId) |
ObjectRef[] |
getAccessLevel(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials) |
String |
getDefaultPriority(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
This method return as a String the ID of the default issue severity
|
IssueData |
getIssue(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
BigInteger issueId)
This method returns Mantis issue data corresponding to a given issue id
|
ObjectRef[] |
getPriorities(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials) |
MantisConnectPortType |
getService() |
ObjectRef[] |
getSeverities(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials) |
void |
setMantisExceptionConverter(MantisExceptionConverter converter) |
public MantisAxis1SoapClient(org.squashtest.csp.core.bugtracker.domain.BugTracker bugTracker)
public void setMantisExceptionConverter(MantisExceptionConverter converter)
public MantisConnectPortType getService()
public ObjectRef[] getSeverities(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
ObjectRefspublic ObjectRef[] getPriorities(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
public ProjectData[] findProjects(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
public ProjectVersionData[] findVersions(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials, BigInteger projectId)
public ObjectRef[] getAccessLevel(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
public AccountData[] findUsersForProject(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials, BigInteger projectId, BigInteger access)
public String[] findCategories(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials, BigInteger projectId)
public BigInteger createIssue(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials, IssueData issue)
public IssueData getIssue(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials, BigInteger issueId)
credentials - the connection dataissueId - the given issue IDpublic String getDefaultPriority(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
credentials - the connection dataCopyright © 2010-2014 Henix, henix.fr. All Rights Reserved.