|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
public class MantisConnectBindingStub
| フィールドの概要 |
|---|
| クラス org.apache.axis.client.Stub から継承されたフィールド |
|---|
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
| インタフェース javax.xml.rpc.Stub から継承されたフィールド |
|---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| コンストラクタの概要 | |
|---|---|
MantisConnectBindingStub()
|
|
MantisConnectBindingStub(javax.xml.rpc.Service service)
|
|
MantisConnectBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
|
|
| メソッドの概要 | |
|---|---|
protected org.apache.axis.client.Call |
createCall()
|
java.lang.String |
mc_config_get_string(java.lang.String username,
java.lang.String password,
java.lang.String config_var)
Get the value for the specified configuration variable. |
ObjectRef[] |
mc_enum_access_levels(java.lang.String username,
java.lang.String password)
Get the enumeration for access levels. |
ObjectRef[] |
mc_enum_custom_field_types(java.lang.String username,
java.lang.String password)
Get the enumeration for custom field types. |
ObjectRef[] |
mc_enum_etas(java.lang.String username,
java.lang.String password)
Get the enumeration for ETAs. |
java.lang.String |
mc_enum_get(java.lang.String username,
java.lang.String password,
java.lang.String enumeration)
Get the enumeration for the specified enumeration type. |
ObjectRef[] |
mc_enum_priorities(java.lang.String username,
java.lang.String password)
Get the enumeration for priorities. |
ObjectRef[] |
mc_enum_project_status(java.lang.String username,
java.lang.String password)
Get the enumeration for project statuses. |
ObjectRef[] |
mc_enum_project_view_states(java.lang.String username,
java.lang.String password)
Get the enumeration for project view states. |
ObjectRef[] |
mc_enum_projections(java.lang.String username,
java.lang.String password)
Get the enumeration for projections. |
ObjectRef[] |
mc_enum_reproducibilities(java.lang.String username,
java.lang.String password)
Get the enumeration for reproducibilities. |
ObjectRef[] |
mc_enum_resolutions(java.lang.String username,
java.lang.String password)
Get the enumeration for resolutions. |
ObjectRef[] |
mc_enum_severities(java.lang.String username,
java.lang.String password)
Get the enumeration for severities. |
ObjectRef[] |
mc_enum_status(java.lang.String username,
java.lang.String password)
Get the enumeration for statuses. |
ObjectRef[] |
mc_enum_view_states(java.lang.String username,
java.lang.String password)
Get the enumeration for view states. |
IssueHeaderData[] |
mc_filter_get_issue_headers(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger filter_id,
java.math.BigInteger page_number,
java.math.BigInteger per_page)
Get the issue headers that match the specified filter and paging details. |
IssueData[] |
mc_filter_get_issues(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger filter_id,
java.math.BigInteger page_number,
java.math.BigInteger per_page)
Get the issues that match the specified filter and paging details. |
FilterData[] |
mc_filter_get(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Get the filters defined for the specified project. |
java.math.BigInteger |
mc_issue_add(java.lang.String username,
java.lang.String password,
IssueData issue)
Submit the specified issue details. |
java.math.BigInteger |
mc_issue_attachment_add(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
java.lang.String name,
java.lang.String file_type,
byte[] content)
Submit a new issue attachment. |
boolean |
mc_issue_attachment_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_attachment_id)
Delete the issue attachment with the specified id. |
byte[] |
mc_issue_attachment_get(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_attachment_id)
Get the data for the specified issue attachment. |
boolean |
mc_issue_checkin(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
java.lang.String comment,
boolean fixed)
Notifies Mantis of a check-in for the issue with the specified id. |
boolean |
mc_issue_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id)
Delete the issue with the specified id. |
boolean |
mc_issue_exists(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id)
Check there exists an issue with the specified id. |
java.math.BigInteger |
mc_issue_get_biggest_id(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Get the latest submitted issue in the specified project. |
java.math.BigInteger |
mc_issue_get_id_from_summary(java.lang.String username,
java.lang.String password,
java.lang.String summary)
Get the id of the issue with the specified summary. |
IssueData |
mc_issue_get(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id)
Get the issue with the specified id. |
java.math.BigInteger |
mc_issue_note_add(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
IssueNoteData note)
Submit a new note. |
boolean |
mc_issue_note_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_note_id)
Delete the note with the specified id. |
java.math.BigInteger |
mc_issue_relationship_add(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
RelationshipData relationship)
Submit a new relationship. |
boolean |
mc_issue_relationship_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
java.math.BigInteger relationship_id)
Delete the relationship for the specified issue. |
boolean |
mc_issue_update(java.lang.String username,
java.lang.String password,
java.math.BigInteger issueId,
IssueData issue)
Update Issue method. |
java.math.BigInteger |
mc_project_add(java.lang.String username,
java.lang.String password,
ProjectData project)
Add a new project to the tracker (must have admin privileges) |
java.math.BigInteger |
mc_project_attachment_add(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String file_type,
byte[] content)
Submit a new project attachment. |
boolean |
mc_project_attachment_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_attachment_id)
Delete the project attachment with the specified id. |
byte[] |
mc_project_attachment_get(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_attachment_id)
Get the data for the specified project attachment. |
boolean |
mc_project_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Add a new project to the tracker (must have admin privileges) |
ProjectAttachmentData[] |
mc_project_get_attachments(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Get the attachments that belong to the specified project. |
java.lang.String[] |
mc_project_get_categories(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Get the categories belonging to the specified project. |
CustomFieldDefinitionData[] |
mc_project_get_custom_fields(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Get the custom fields that belong to the specified project. |
IssueHeaderData[] |
mc_project_get_issue_headers(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger page_number,
java.math.BigInteger per_page)
Get the issue headers that match the specified project id and paging details. |
IssueData[] |
mc_project_get_issues(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger page_number,
java.math.BigInteger per_page)
Get the issues that match the specified project id and paging details. |
ProjectVersionData[] |
mc_project_get_released_versions(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Get the released versions that belong to the specified project. |
ProjectVersionData[] |
mc_project_get_unreleased_versions(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Get the unreleased version that belong to the specified project. |
AccountData[] |
mc_project_get_users(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger access)
Get appropriate users assigned to a project by access level. |
ProjectVersionData[] |
mc_project_get_versions(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
Get the versions belonging to the specified project. |
java.math.BigInteger |
mc_project_version_add(java.lang.String username,
java.lang.String password,
ProjectVersionData version)
Submit the specified version details. |
boolean |
mc_project_version_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger version_id)
Delete the version with the specified id. |
boolean |
mc_project_version_update(java.lang.String username,
java.lang.String password,
java.math.BigInteger version_id,
ProjectVersionData version)
Update version method. |
ProjectData[] |
mc_projects_get_user_accessible(java.lang.String username,
java.lang.String password)
Get the list of projects that are accessible to the logged in user. |
java.lang.String |
mc_version()
|
| クラス org.apache.axis.client.Stub から継承されたメソッド |
|---|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public MantisConnectBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public MantisConnectBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public MantisConnectBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| メソッドの詳細 |
|---|
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String mc_version()
throws java.rmi.RemoteException
MantisConnectPortType 内の mc_versionjava.rmi.RemoteException
public ObjectRef[] mc_enum_status(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_statusjava.rmi.RemoteException
public ObjectRef[] mc_enum_priorities(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_prioritiesjava.rmi.RemoteException
public ObjectRef[] mc_enum_severities(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_severitiesjava.rmi.RemoteException
public ObjectRef[] mc_enum_reproducibilities(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_reproducibilitiesjava.rmi.RemoteException
public ObjectRef[] mc_enum_projections(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_projectionsjava.rmi.RemoteException
public ObjectRef[] mc_enum_etas(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_etasjava.rmi.RemoteException
public ObjectRef[] mc_enum_resolutions(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_resolutionsjava.rmi.RemoteException
public ObjectRef[] mc_enum_access_levels(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_access_levelsjava.rmi.RemoteException
public ObjectRef[] mc_enum_project_status(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_project_statusjava.rmi.RemoteException
public ObjectRef[] mc_enum_project_view_states(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_project_view_statesjava.rmi.RemoteException
public ObjectRef[] mc_enum_view_states(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_view_statesjava.rmi.RemoteException
public ObjectRef[] mc_enum_custom_field_types(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_custom_field_typesjava.rmi.RemoteException
public java.lang.String mc_enum_get(java.lang.String username,
java.lang.String password,
java.lang.String enumeration)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_enum_getjava.rmi.RemoteException
public boolean mc_issue_exists(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_existsjava.rmi.RemoteException
public IssueData mc_issue_get(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_getjava.rmi.RemoteException
public java.math.BigInteger mc_issue_get_biggest_id(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_get_biggest_idjava.rmi.RemoteException
public java.math.BigInteger mc_issue_get_id_from_summary(java.lang.String username,
java.lang.String password,
java.lang.String summary)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_get_id_from_summaryjava.rmi.RemoteException
public java.math.BigInteger mc_issue_add(java.lang.String username,
java.lang.String password,
IssueData issue)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_addjava.rmi.RemoteException
public boolean mc_issue_update(java.lang.String username,
java.lang.String password,
java.math.BigInteger issueId,
IssueData issue)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_updatejava.rmi.RemoteException
public boolean mc_issue_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_deletejava.rmi.RemoteException
public java.math.BigInteger mc_issue_note_add(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
IssueNoteData note)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_note_addjava.rmi.RemoteException
public boolean mc_issue_note_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_note_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_note_deletejava.rmi.RemoteException
public java.math.BigInteger mc_issue_relationship_add(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
RelationshipData relationship)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_relationship_addjava.rmi.RemoteException
public boolean mc_issue_relationship_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
java.math.BigInteger relationship_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_relationship_deletejava.rmi.RemoteException
public java.math.BigInteger mc_issue_attachment_add(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
java.lang.String name,
java.lang.String file_type,
byte[] content)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_attachment_addjava.rmi.RemoteException
public boolean mc_issue_attachment_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_attachment_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_attachment_deletejava.rmi.RemoteException
public byte[] mc_issue_attachment_get(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_attachment_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_attachment_getjava.rmi.RemoteException
public java.math.BigInteger mc_project_add(java.lang.String username,
java.lang.String password,
ProjectData project)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_addjava.rmi.RemoteException
public boolean mc_project_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_deletejava.rmi.RemoteException
public IssueData[] mc_project_get_issues(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger page_number,
java.math.BigInteger per_page)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_issuesjava.rmi.RemoteException
public IssueHeaderData[] mc_project_get_issue_headers(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger page_number,
java.math.BigInteger per_page)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_issue_headersjava.rmi.RemoteException
public AccountData[] mc_project_get_users(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger access)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_usersjava.rmi.RemoteException
public ProjectData[] mc_projects_get_user_accessible(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_projects_get_user_accessiblejava.rmi.RemoteException
public java.lang.String[] mc_project_get_categories(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_categoriesjava.rmi.RemoteException
public ProjectVersionData[] mc_project_get_versions(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_versionsjava.rmi.RemoteException
public java.math.BigInteger mc_project_version_add(java.lang.String username,
java.lang.String password,
ProjectVersionData version)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_version_addjava.rmi.RemoteException
public boolean mc_project_version_update(java.lang.String username,
java.lang.String password,
java.math.BigInteger version_id,
ProjectVersionData version)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_version_updatejava.rmi.RemoteException
public boolean mc_project_version_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger version_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_version_deletejava.rmi.RemoteException
public ProjectVersionData[] mc_project_get_released_versions(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_released_versionsjava.rmi.RemoteException
public ProjectVersionData[] mc_project_get_unreleased_versions(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_unreleased_versionsjava.rmi.RemoteException
public ProjectAttachmentData[] mc_project_get_attachments(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_attachmentsjava.rmi.RemoteException
public CustomFieldDefinitionData[] mc_project_get_custom_fields(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_get_custom_fieldsjava.rmi.RemoteException
public byte[] mc_project_attachment_get(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_attachment_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_attachment_getjava.rmi.RemoteException
public java.math.BigInteger mc_project_attachment_add(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String file_type,
byte[] content)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_attachment_addjava.rmi.RemoteException
public boolean mc_project_attachment_delete(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_attachment_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_project_attachment_deletejava.rmi.RemoteException
public FilterData[] mc_filter_get(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_filter_getjava.rmi.RemoteException
public IssueData[] mc_filter_get_issues(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger filter_id,
java.math.BigInteger page_number,
java.math.BigInteger per_page)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_filter_get_issuesjava.rmi.RemoteException
public IssueHeaderData[] mc_filter_get_issue_headers(java.lang.String username,
java.lang.String password,
java.math.BigInteger project_id,
java.math.BigInteger filter_id,
java.math.BigInteger page_number,
java.math.BigInteger per_page)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_filter_get_issue_headersjava.rmi.RemoteException
public java.lang.String mc_config_get_string(java.lang.String username,
java.lang.String password,
java.lang.String config_var)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_config_get_stringjava.rmi.RemoteException
public boolean mc_issue_checkin(java.lang.String username,
java.lang.String password,
java.math.BigInteger issue_id,
java.lang.String comment,
boolean fixed)
throws java.rmi.RemoteException
MantisConnectPortType の記述:
MantisConnectPortType 内の mc_issue_checkinjava.rmi.RemoteException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||