hudson.plugins.mantis.soap.mantis110
クラス MantisConnectBindingStub

java.lang.Object
  上位を拡張 org.apache.axis.client.Stub
      上位を拡張 hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub
すべての実装されたインタフェース:
MantisConnectPortType, java.rmi.Remote, javax.xml.rpc.Stub

public class MantisConnectBindingStub
extends org.apache.axis.client.Stub
implements MantisConnectPortType


フィールドの概要
 
クラス 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
 

コンストラクタの詳細

MantisConnectBindingStub

public MantisConnectBindingStub()
                         throws org.apache.axis.AxisFault
例外:
org.apache.axis.AxisFault

MantisConnectBindingStub

public MantisConnectBindingStub(java.net.URL endpointURL,
                                javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
例外:
org.apache.axis.AxisFault

MantisConnectBindingStub

public MantisConnectBindingStub(javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
例外:
org.apache.axis.AxisFault
メソッドの詳細

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
例外:
java.rmi.RemoteException

mc_version

public java.lang.String mc_version()
                            throws java.rmi.RemoteException
定義:
インタフェース MantisConnectPortType 内の mc_version
例外:
java.rmi.RemoteException

mc_enum_status

public ObjectRef[] mc_enum_status(java.lang.String username,
                                  java.lang.String password)
                           throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for statuses.

定義:
インタフェース MantisConnectPortType 内の mc_enum_status
例外:
java.rmi.RemoteException

mc_enum_priorities

public ObjectRef[] mc_enum_priorities(java.lang.String username,
                                      java.lang.String password)
                               throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for priorities.

定義:
インタフェース MantisConnectPortType 内の mc_enum_priorities
例外:
java.rmi.RemoteException

mc_enum_severities

public ObjectRef[] mc_enum_severities(java.lang.String username,
                                      java.lang.String password)
                               throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for severities.

定義:
インタフェース MantisConnectPortType 内の mc_enum_severities
例外:
java.rmi.RemoteException

mc_enum_reproducibilities

public ObjectRef[] mc_enum_reproducibilities(java.lang.String username,
                                             java.lang.String password)
                                      throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for reproducibilities.

定義:
インタフェース MantisConnectPortType 内の mc_enum_reproducibilities
例外:
java.rmi.RemoteException

mc_enum_projections

public ObjectRef[] mc_enum_projections(java.lang.String username,
                                       java.lang.String password)
                                throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for projections.

定義:
インタフェース MantisConnectPortType 内の mc_enum_projections
例外:
java.rmi.RemoteException

mc_enum_etas

public ObjectRef[] mc_enum_etas(java.lang.String username,
                                java.lang.String password)
                         throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for ETAs.

定義:
インタフェース MantisConnectPortType 内の mc_enum_etas
例外:
java.rmi.RemoteException

mc_enum_resolutions

public ObjectRef[] mc_enum_resolutions(java.lang.String username,
                                       java.lang.String password)
                                throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for resolutions.

定義:
インタフェース MantisConnectPortType 内の mc_enum_resolutions
例外:
java.rmi.RemoteException

mc_enum_access_levels

public ObjectRef[] mc_enum_access_levels(java.lang.String username,
                                         java.lang.String password)
                                  throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for access levels.

定義:
インタフェース MantisConnectPortType 内の mc_enum_access_levels
例外:
java.rmi.RemoteException

mc_enum_project_status

public ObjectRef[] mc_enum_project_status(java.lang.String username,
                                          java.lang.String password)
                                   throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for project statuses.

定義:
インタフェース MantisConnectPortType 内の mc_enum_project_status
例外:
java.rmi.RemoteException

mc_enum_project_view_states

public ObjectRef[] mc_enum_project_view_states(java.lang.String username,
                                               java.lang.String password)
                                        throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for project view states.

定義:
インタフェース MantisConnectPortType 内の mc_enum_project_view_states
例外:
java.rmi.RemoteException

mc_enum_view_states

public ObjectRef[] mc_enum_view_states(java.lang.String username,
                                       java.lang.String password)
                                throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for view states.

定義:
インタフェース MantisConnectPortType 内の mc_enum_view_states
例外:
java.rmi.RemoteException

mc_enum_custom_field_types

public ObjectRef[] mc_enum_custom_field_types(java.lang.String username,
                                              java.lang.String password)
                                       throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for custom field types.

定義:
インタフェース MantisConnectPortType 内の mc_enum_custom_field_types
例外:
java.rmi.RemoteException

mc_enum_get

public java.lang.String mc_enum_get(java.lang.String username,
                                    java.lang.String password,
                                    java.lang.String enumeration)
                             throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the enumeration for the specified enumeration type.

定義:
インタフェース MantisConnectPortType 内の mc_enum_get
例外:
java.rmi.RemoteException

mc_issue_exists

public boolean mc_issue_exists(java.lang.String username,
                               java.lang.String password,
                               java.math.BigInteger issue_id)
                        throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Check there exists an issue with the specified id.

定義:
インタフェース MantisConnectPortType 内の mc_issue_exists
例外:
java.rmi.RemoteException

mc_issue_get

public IssueData mc_issue_get(java.lang.String username,
                              java.lang.String password,
                              java.math.BigInteger issue_id)
                       throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the issue with the specified id.

定義:
インタフェース MantisConnectPortType 内の mc_issue_get
例外:
java.rmi.RemoteException

mc_issue_get_biggest_id

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 の記述:
Get the latest submitted issue in the specified project.

定義:
インタフェース MantisConnectPortType 内の mc_issue_get_biggest_id
例外:
java.rmi.RemoteException

mc_issue_get_id_from_summary

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 の記述:
Get the id of the issue with the specified summary.

定義:
インタフェース MantisConnectPortType 内の mc_issue_get_id_from_summary
例外:
java.rmi.RemoteException

mc_issue_add

public java.math.BigInteger mc_issue_add(java.lang.String username,
                                         java.lang.String password,
                                         IssueData issue)
                                  throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Submit the specified issue details.

定義:
インタフェース MantisConnectPortType 内の mc_issue_add
例外:
java.rmi.RemoteException

mc_issue_update

public boolean mc_issue_update(java.lang.String username,
                               java.lang.String password,
                               java.math.BigInteger issueId,
                               IssueData issue)
                        throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Update Issue method.

定義:
インタフェース MantisConnectPortType 内の mc_issue_update
例外:
java.rmi.RemoteException

mc_issue_delete

public boolean mc_issue_delete(java.lang.String username,
                               java.lang.String password,
                               java.math.BigInteger issue_id)
                        throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Delete the issue with the specified id.

定義:
インタフェース MantisConnectPortType 内の mc_issue_delete
例外:
java.rmi.RemoteException

mc_issue_note_add

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 の記述:
Submit a new note.

定義:
インタフェース MantisConnectPortType 内の mc_issue_note_add
例外:
java.rmi.RemoteException

mc_issue_note_delete

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 の記述:
Delete the note with the specified id.

定義:
インタフェース MantisConnectPortType 内の mc_issue_note_delete
例外:
java.rmi.RemoteException

mc_issue_relationship_add

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 の記述:
Submit a new relationship.

定義:
インタフェース MantisConnectPortType 内の mc_issue_relationship_add
例外:
java.rmi.RemoteException

mc_issue_relationship_delete

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 の記述:
Delete the relationship for the specified issue.

定義:
インタフェース MantisConnectPortType 内の mc_issue_relationship_delete
例外:
java.rmi.RemoteException

mc_issue_attachment_add

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 の記述:
Submit a new issue attachment.

定義:
インタフェース MantisConnectPortType 内の mc_issue_attachment_add
例外:
java.rmi.RemoteException

mc_issue_attachment_delete

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 の記述:
Delete the issue attachment with the specified id.

定義:
インタフェース MantisConnectPortType 内の mc_issue_attachment_delete
例外:
java.rmi.RemoteException

mc_issue_attachment_get

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 の記述:
Get the data for the specified issue attachment.

定義:
インタフェース MantisConnectPortType 内の mc_issue_attachment_get
例外:
java.rmi.RemoteException

mc_project_add

public java.math.BigInteger mc_project_add(java.lang.String username,
                                           java.lang.String password,
                                           ProjectData project)
                                    throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Add a new project to the tracker (must have admin privileges)

定義:
インタフェース MantisConnectPortType 内の mc_project_add
例外:
java.rmi.RemoteException

mc_project_delete

public boolean mc_project_delete(java.lang.String username,
                                 java.lang.String password,
                                 java.math.BigInteger project_id)
                          throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Add a new project to the tracker (must have admin privileges)

定義:
インタフェース MantisConnectPortType 内の mc_project_delete
例外:
java.rmi.RemoteException

mc_project_get_issues

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 の記述:
Get the issues that match the specified project id and paging details.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_issues
例外:
java.rmi.RemoteException

mc_project_get_issue_headers

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 の記述:
Get the issue headers that match the specified project id and paging details.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_issue_headers
例外:
java.rmi.RemoteException

mc_project_get_users

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 の記述:
Get appropriate users assigned to a project by access level.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_users
例外:
java.rmi.RemoteException

mc_projects_get_user_accessible

public ProjectData[] mc_projects_get_user_accessible(java.lang.String username,
                                                     java.lang.String password)
                                              throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the list of projects that are accessible to the logged in user.

定義:
インタフェース MantisConnectPortType 内の mc_projects_get_user_accessible
例外:
java.rmi.RemoteException

mc_project_get_categories

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 の記述:
Get the categories belonging to the specified project.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_categories
例外:
java.rmi.RemoteException

mc_project_get_versions

public ProjectVersionData[] mc_project_get_versions(java.lang.String username,
                                                    java.lang.String password,
                                                    java.math.BigInteger project_id)
                                             throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the versions belonging to the specified project.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_versions
例外:
java.rmi.RemoteException

mc_project_version_add

public java.math.BigInteger mc_project_version_add(java.lang.String username,
                                                   java.lang.String password,
                                                   ProjectVersionData version)
                                            throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Submit the specified version details.

定義:
インタフェース MantisConnectPortType 内の mc_project_version_add
例外:
java.rmi.RemoteException

mc_project_version_update

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 の記述:
Update version method.

定義:
インタフェース MantisConnectPortType 内の mc_project_version_update
例外:
java.rmi.RemoteException

mc_project_version_delete

public boolean mc_project_version_delete(java.lang.String username,
                                         java.lang.String password,
                                         java.math.BigInteger version_id)
                                  throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Delete the version with the specified id.

定義:
インタフェース MantisConnectPortType 内の mc_project_version_delete
例外:
java.rmi.RemoteException

mc_project_get_released_versions

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 の記述:
Get the released versions that belong to the specified project.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_released_versions
例外:
java.rmi.RemoteException

mc_project_get_unreleased_versions

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 の記述:
Get the unreleased version that belong to the specified project.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_unreleased_versions
例外:
java.rmi.RemoteException

mc_project_get_attachments

public ProjectAttachmentData[] mc_project_get_attachments(java.lang.String username,
                                                          java.lang.String password,
                                                          java.math.BigInteger project_id)
                                                   throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the attachments that belong to the specified project.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_attachments
例外:
java.rmi.RemoteException

mc_project_get_custom_fields

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 の記述:
Get the custom fields that belong to the specified project.

定義:
インタフェース MantisConnectPortType 内の mc_project_get_custom_fields
例外:
java.rmi.RemoteException

mc_project_attachment_get

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 の記述:
Get the data for the specified project attachment.

定義:
インタフェース MantisConnectPortType 内の mc_project_attachment_get
例外:
java.rmi.RemoteException

mc_project_attachment_add

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 の記述:
Submit a new project attachment.

定義:
インタフェース MantisConnectPortType 内の mc_project_attachment_add
例外:
java.rmi.RemoteException

mc_project_attachment_delete

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 の記述:
Delete the project attachment with the specified id.

定義:
インタフェース MantisConnectPortType 内の mc_project_attachment_delete
例外:
java.rmi.RemoteException

mc_filter_get

public FilterData[] mc_filter_get(java.lang.String username,
                                  java.lang.String password,
                                  java.math.BigInteger project_id)
                           throws java.rmi.RemoteException
インタフェース MantisConnectPortType の記述:
Get the filters defined for the specified project.

定義:
インタフェース MantisConnectPortType 内の mc_filter_get
例外:
java.rmi.RemoteException

mc_filter_get_issues

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 の記述:
Get the issues that match the specified filter and paging details.

定義:
インタフェース MantisConnectPortType 内の mc_filter_get_issues
例外:
java.rmi.RemoteException

mc_filter_get_issue_headers

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 の記述:
Get the issue headers that match the specified filter and paging details.

定義:
インタフェース MantisConnectPortType 内の mc_filter_get_issue_headers
例外:
java.rmi.RemoteException

mc_config_get_string

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 の記述:
Get the value for the specified configuration variable.

定義:
インタフェース MantisConnectPortType 内の mc_config_get_string
例外:
java.rmi.RemoteException

mc_issue_checkin

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 の記述:
Notifies Mantis of a check-in for the issue with the specified id.

定義:
インタフェース MantisConnectPortType 内の mc_issue_checkin
例外:
java.rmi.RemoteException


Copyright © 2009. All Rights Reserved.