public interface MantisConnectPortType extends Remote
修飾子とタイプ | メソッドと説明 |
---|---|
String |
mc_config_get_string(String username,
String password,
String config_var)
Get the value for the specified configuration variable.
|
ObjectRef[] |
mc_enum_access_levels(String username,
String password)
Get the enumeration for access levels.
|
ObjectRef[] |
mc_enum_custom_field_types(String username,
String password)
Get the enumeration for custom field types.
|
ObjectRef[] |
mc_enum_etas(String username,
String password)
Get the enumeration for ETAs.
|
String |
mc_enum_get(String username,
String password,
String enumeration)
Get the enumeration for the specified enumeration type.
|
ObjectRef[] |
mc_enum_priorities(String username,
String password)
Get the enumeration for priorities.
|
ObjectRef[] |
mc_enum_project_status(String username,
String password)
Get the enumeration for project statuses.
|
ObjectRef[] |
mc_enum_project_view_states(String username,
String password)
Get the enumeration for project view states.
|
ObjectRef[] |
mc_enum_projections(String username,
String password)
Get the enumeration for projections.
|
ObjectRef[] |
mc_enum_reproducibilities(String username,
String password)
Get the enumeration for reproducibilities.
|
ObjectRef[] |
mc_enum_resolutions(String username,
String password)
Get the enumeration for resolutions.
|
ObjectRef[] |
mc_enum_severities(String username,
String password)
Get the enumeration for severities.
|
ObjectRef[] |
mc_enum_status(String username,
String password)
Get the enumeration for statuses.
|
ObjectRef[] |
mc_enum_view_states(String username,
String password)
Get the enumeration for view states.
|
IssueHeaderData[] |
mc_filter_get_issue_headers(String username,
String password,
BigInteger project_id,
BigInteger filter_id,
BigInteger page_number,
BigInteger per_page)
Get the issue headers that match the specified filter and paging
details.
|
IssueData[] |
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.
|
FilterData[] |
mc_filter_get(String username,
String password,
BigInteger project_id)
Get the filters defined for the specified project.
|
BigInteger |
mc_issue_add(String username,
String password,
IssueData issue)
Submit the specified issue details.
|
BigInteger |
mc_issue_attachment_add(String username,
String password,
BigInteger issue_id,
String name,
String file_type,
byte[] content)
Submit a new issue attachment.
|
boolean |
mc_issue_attachment_delete(String username,
String password,
BigInteger issue_attachment_id)
Delete the issue attachment with the specified id.
|
byte[] |
mc_issue_attachment_get(String username,
String password,
BigInteger issue_attachment_id)
Get the data for the specified issue attachment.
|
boolean |
mc_issue_checkin(String username,
String password,
BigInteger issue_id,
String comment,
boolean fixed)
Notifies Mantis of a check-in for the issue with the specified
id.
|
boolean |
mc_issue_delete(String username,
String password,
BigInteger issue_id)
Delete the issue with the specified id.
|
boolean |
mc_issue_exists(String username,
String password,
BigInteger issue_id)
Check there exists an issue with the specified id.
|
BigInteger |
mc_issue_get_biggest_id(String username,
String password,
BigInteger project_id)
Get the latest submitted issue in the specified project.
|
BigInteger |
mc_issue_get_id_from_summary(String username,
String password,
String summary)
Get the id of the issue with the specified summary.
|
IssueData |
mc_issue_get(String username,
String password,
BigInteger issue_id)
Get the issue with the specified id.
|
BigInteger |
mc_issue_note_add(String username,
String password,
BigInteger issue_id,
IssueNoteData note)
Submit a new note.
|
boolean |
mc_issue_note_delete(String username,
String password,
BigInteger issue_note_id)
Delete the note with the specified id.
|
BigInteger |
mc_issue_relationship_add(String username,
String password,
BigInteger issue_id,
RelationshipData relationship)
Submit a new relationship.
|
boolean |
mc_issue_relationship_delete(String username,
String password,
BigInteger issue_id,
BigInteger relationship_id)
Delete the relationship for the specified issue.
|
boolean |
mc_issue_update(String username,
String password,
BigInteger issueId,
IssueData issue)
Update Issue method.
|
BigInteger |
mc_project_add(String username,
String password,
ProjectData project)
Add a new project to the tracker (must have admin privileges)
|
BigInteger |
mc_project_attachment_add(String username,
String password,
BigInteger project_id,
String name,
String title,
String description,
String file_type,
byte[] content)
Submit a new project attachment.
|
boolean |
mc_project_attachment_delete(String username,
String password,
BigInteger project_attachment_id)
Delete the project attachment with the specified id.
|
byte[] |
mc_project_attachment_get(String username,
String password,
BigInteger project_attachment_id)
Get the data for the specified project attachment.
|
boolean |
mc_project_delete(String username,
String password,
BigInteger project_id)
Add a new project to the tracker (must have admin privileges)
|
ProjectAttachmentData[] |
mc_project_get_attachments(String username,
String password,
BigInteger project_id)
Get the attachments that belong to the specified project.
|
String[] |
mc_project_get_categories(String username,
String password,
BigInteger project_id)
Get the categories belonging to the specified project.
|
CustomFieldDefinitionData[] |
mc_project_get_custom_fields(String username,
String password,
BigInteger project_id)
Get the custom fields that belong to the specified project.
|
IssueHeaderData[] |
mc_project_get_issue_headers(String username,
String password,
BigInteger project_id,
BigInteger page_number,
BigInteger per_page)
Get the issue headers that match the specified project id and
paging details.
|
IssueData[] |
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.
|
ProjectVersionData[] |
mc_project_get_released_versions(String username,
String password,
BigInteger project_id)
Get the released versions that belong to the specified project.
|
ProjectVersionData[] |
mc_project_get_unreleased_versions(String username,
String password,
BigInteger project_id)
Get the unreleased version that belong to the specified project.
|
AccountData[] |
mc_project_get_users(String username,
String password,
BigInteger project_id,
BigInteger access)
Get appropriate users assigned to a project by access level.
|
ProjectVersionData[] |
mc_project_get_versions(String username,
String password,
BigInteger project_id)
Get the versions belonging to the specified project.
|
BigInteger |
mc_project_version_add(String username,
String password,
ProjectVersionData version)
Submit the specified version details.
|
boolean |
mc_project_version_delete(String username,
String password,
BigInteger version_id)
Delete the version with the specified id.
|
boolean |
mc_project_version_update(String username,
String password,
BigInteger version_id,
ProjectVersionData version)
Update version method.
|
ProjectData[] |
mc_projects_get_user_accessible(String username,
String password)
Get the list of projects that are accessible to the logged
in user.
|
String |
mc_version() |
String mc_version() throws RemoteException
RemoteException
ObjectRef[] mc_enum_status(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_priorities(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_severities(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_reproducibilities(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_projections(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_etas(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_resolutions(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_access_levels(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_project_status(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_project_view_states(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_view_states(String username, String password) throws RemoteException
RemoteException
ObjectRef[] mc_enum_custom_field_types(String username, String password) throws RemoteException
RemoteException
String mc_enum_get(String username, String password, String enumeration) throws RemoteException
RemoteException
boolean mc_issue_exists(String username, String password, BigInteger issue_id) throws RemoteException
RemoteException
IssueData mc_issue_get(String username, String password, BigInteger issue_id) throws RemoteException
RemoteException
BigInteger mc_issue_get_biggest_id(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
BigInteger mc_issue_get_id_from_summary(String username, String password, String summary) throws RemoteException
RemoteException
BigInteger mc_issue_add(String username, String password, IssueData issue) throws RemoteException
RemoteException
boolean mc_issue_update(String username, String password, BigInteger issueId, IssueData issue) throws RemoteException
RemoteException
boolean mc_issue_delete(String username, String password, BigInteger issue_id) throws RemoteException
RemoteException
BigInteger mc_issue_note_add(String username, String password, BigInteger issue_id, IssueNoteData note) throws RemoteException
RemoteException
boolean mc_issue_note_delete(String username, String password, BigInteger issue_note_id) throws RemoteException
RemoteException
BigInteger mc_issue_relationship_add(String username, String password, BigInteger issue_id, RelationshipData relationship) throws RemoteException
RemoteException
boolean mc_issue_relationship_delete(String username, String password, BigInteger issue_id, BigInteger relationship_id) throws RemoteException
RemoteException
BigInteger mc_issue_attachment_add(String username, String password, BigInteger issue_id, String name, String file_type, byte[] content) throws RemoteException
RemoteException
boolean mc_issue_attachment_delete(String username, String password, BigInteger issue_attachment_id) throws RemoteException
RemoteException
byte[] mc_issue_attachment_get(String username, String password, BigInteger issue_attachment_id) throws RemoteException
RemoteException
BigInteger mc_project_add(String username, String password, ProjectData project) throws RemoteException
RemoteException
boolean mc_project_delete(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
IssueData[] mc_project_get_issues(String username, String password, BigInteger project_id, BigInteger page_number, BigInteger per_page) throws RemoteException
RemoteException
IssueHeaderData[] mc_project_get_issue_headers(String username, String password, BigInteger project_id, BigInteger page_number, BigInteger per_page) throws RemoteException
RemoteException
AccountData[] mc_project_get_users(String username, String password, BigInteger project_id, BigInteger access) throws RemoteException
RemoteException
ProjectData[] mc_projects_get_user_accessible(String username, String password) throws RemoteException
RemoteException
String[] mc_project_get_categories(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
ProjectVersionData[] mc_project_get_versions(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
BigInteger mc_project_version_add(String username, String password, ProjectVersionData version) throws RemoteException
RemoteException
boolean mc_project_version_update(String username, String password, BigInteger version_id, ProjectVersionData version) throws RemoteException
RemoteException
boolean mc_project_version_delete(String username, String password, BigInteger version_id) throws RemoteException
RemoteException
ProjectVersionData[] mc_project_get_released_versions(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
ProjectVersionData[] mc_project_get_unreleased_versions(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
ProjectAttachmentData[] mc_project_get_attachments(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
CustomFieldDefinitionData[] mc_project_get_custom_fields(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
byte[] mc_project_attachment_get(String username, String password, BigInteger project_attachment_id) throws RemoteException
RemoteException
BigInteger mc_project_attachment_add(String username, String password, BigInteger project_id, String name, String title, String description, String file_type, byte[] content) throws RemoteException
RemoteException
boolean mc_project_attachment_delete(String username, String password, BigInteger project_attachment_id) throws RemoteException
RemoteException
FilterData[] mc_filter_get(String username, String password, BigInteger project_id) throws RemoteException
RemoteException
IssueData[] mc_filter_get_issues(String username, String password, BigInteger project_id, BigInteger filter_id, BigInteger page_number, BigInteger per_page) throws RemoteException
RemoteException
IssueHeaderData[] mc_filter_get_issue_headers(String username, String password, BigInteger project_id, BigInteger filter_id, BigInteger page_number, BigInteger per_page) throws RemoteException
RemoteException
String mc_config_get_string(String username, String password, String config_var) throws RemoteException
RemoteException
boolean mc_issue_checkin(String username, String password, BigInteger issue_id, String comment, boolean fixed) throws RemoteException
RemoteException
Copyright © 2004-2015. All Rights Reserved.