| Package | Description |
|---|---|
| org.squashtest.csp.core.bugtracker.internal.mantis | |
| org.squashtest.csp.core.bugtracker.mantis.binding |
| Modifier and Type | Method and Description |
|---|---|
IssueData |
MantisAxis1SoapClient.getIssue(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
BigInteger issueId)
This method returns Mantis issue data corresponding to a given issue id
|
static IssueData |
MantisEntityConverter.squashToMantisIssue(org.squashtest.csp.core.bugtracker.domain.BTIssue squashIssue) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
MantisAxis1SoapClient.createIssue(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
IssueData issue) |
static org.squashtest.csp.core.bugtracker.domain.BTIssue |
MantisEntityConverter.mantis2squashIssue(IssueData mantisIssue)
Returns a BTIssue with the following params : id, summary, project, severity (as Priority), version, reporter, category,
assignee, description, comment, created on, status
|
| Modifier and Type | Method and Description |
|---|---|
IssueData[] |
MantisConnectBindingStub.mc_filter_get_issues(String username,
String password,
BigInteger project_id,
BigInteger filter_id,
BigInteger page_number,
BigInteger per_page) |
IssueData[] |
MantisConnectPortType.mc_filter_get_issues(String username,
String password,
BigInteger project_id,
BigInteger filter_id,
BigInteger page_number,
BigInteger per_page)
Get the issues that match the specified filter and paging details.
|
IssueData |
MantisConnectBindingStub.mc_issue_get(String username,
String password,
BigInteger issue_id) |
IssueData |
MantisConnectPortType.mc_issue_get(String username,
String password,
BigInteger issue_id)
Get the issue with the specified id.
|
IssueData[] |
MantisConnectBindingStub.mc_project_get_issues(String username,
String password,
BigInteger project_id,
BigInteger page_number,
BigInteger per_page) |
IssueData[] |
MantisConnectPortType.mc_project_get_issues(String username,
String password,
BigInteger project_id,
BigInteger page_number,
BigInteger per_page)
Get the issues that match the specified project id and paging
details.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
MantisConnectBindingStub.mc_issue_add(String username,
String password,
IssueData issue) |
BigInteger |
MantisConnectPortType.mc_issue_add(String username,
String password,
IssueData issue)
Submit the specified issue details.
|
boolean |
MantisConnectBindingStub.mc_issue_update(String username,
String password,
BigInteger issueId,
IssueData issue) |
boolean |
MantisConnectPortType.mc_issue_update(String username,
String password,
BigInteger issueId,
IssueData issue)
Update Issue method.
|
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.