パッケージ | 説明 |
---|---|
hudson.plugins.mantis.soap.mantis110 |
修飾子とタイプ | メソッドと説明 |
---|---|
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_filter_get_issues(String username,
String password,
BigInteger project_id,
BigInteger filter_id,
BigInteger page_number,
BigInteger per_page) |
IssueData |
MantisConnectPortType.mc_issue_get(String username,
String password,
BigInteger issue_id)
Get the issue with the specified id.
|
IssueData |
MantisConnectBindingStub.mc_issue_get(String username,
String password,
BigInteger issue_id) |
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.
|
IssueData[] |
MantisConnectBindingStub.mc_project_get_issues(String username,
String password,
BigInteger project_id,
BigInteger page_number,
BigInteger per_page) |
修飾子とタイプ | メソッドと説明 |
---|---|
BigInteger |
MantisConnectPortType.mc_issue_add(String username,
String password,
IssueData issue)
Submit the specified issue details.
|
BigInteger |
MantisConnectBindingStub.mc_issue_add(String username,
String password,
IssueData issue) |
boolean |
MantisConnectPortType.mc_issue_update(String username,
String password,
BigInteger issueId,
IssueData issue)
Update Issue method.
|
boolean |
MantisConnectBindingStub.mc_issue_update(String username,
String password,
BigInteger issueId,
IssueData issue) |
Copyright © 2004-2015. All Rights Reserved.