パッケージ | 説明 |
---|---|
hudson.plugins.mantis.soap.mantis110 |
修飾子とタイプ | メソッドと説明 |
---|---|
AccountData |
IssueData.getHandler()
Gets the handler value for this IssueData.
|
AccountData |
FilterData.getOwner()
Gets the owner value for this FilterData.
|
AccountData |
IssueData.getReporter()
Gets the reporter value for this IssueData.
|
AccountData |
IssueNoteData.getReporter()
Gets the reporter value for this IssueNoteData.
|
AccountData[] |
MantisConnectPortType.mc_project_get_users(String username,
String password,
BigInteger project_id,
BigInteger access)
Get appropriate users assigned to a project by access level.
|
AccountData[] |
MantisConnectBindingStub.mc_project_get_users(String username,
String password,
BigInteger project_id,
BigInteger access) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
IssueData.setHandler(AccountData handler)
Sets the handler value for this IssueData.
|
void |
FilterData.setOwner(AccountData owner)
Sets the owner value for this FilterData.
|
void |
IssueData.setReporter(AccountData reporter)
Sets the reporter value for this IssueData.
|
void |
IssueNoteData.setReporter(AccountData reporter)
Sets the reporter value for this IssueNoteData.
|
コンストラクタと説明 |
---|
FilterData(BigInteger id,
AccountData owner,
BigInteger project_id,
Boolean is_public,
String name,
String filter_string) |
IssueData(BigInteger id,
ObjectRef view_state,
Calendar last_updated,
ObjectRef project,
String category,
ObjectRef priority,
ObjectRef severity,
ObjectRef status,
AccountData reporter,
String summary,
String version,
String build,
String platform,
String os,
String os_build,
ObjectRef reproducibility,
Calendar date_submitted,
BigInteger sponsorship_total,
AccountData handler,
ObjectRef projection,
ObjectRef eta,
ObjectRef resolution,
String fixed_in_version,
String description,
String steps_to_reproduce,
String additional_information,
AttachmentData[] attachments,
RelationshipData[] relationships,
IssueNoteData[] notes,
CustomFieldValueForIssueData[] custom_fields) |
IssueNoteData(BigInteger id,
AccountData reporter,
String text,
ObjectRef view_state,
Calendar date_submitted,
Calendar last_modified) |
Copyright © 2004-2015. All Rights Reserved.