パッケージ | 説明 |
---|---|
hudson.plugins.mantis.soap.mantis120 |
修飾子とタイプ | メソッドと説明 |
---|---|
AccountData |
IssueData.getHandler()
Gets the handler value for this IssueData.
|
AccountData[] |
IssueData.getMonitors()
Gets the monitors 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 |
TagData.getUser_id()
Gets the user_id value for this TagData.
|
AccountData |
ProfileData.getUser_id()
Gets the user_id value for this ProfileData.
|
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 |
IssueData.setMonitors(AccountData[] monitors)
Sets the monitors 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.
|
void |
TagData.setUser_id(AccountData user_id)
Sets the user_id value for this TagData.
|
void |
ProfileData.setUser_id(AccountData user_id)
Sets the user_id value for this ProfileData.
|
コンストラクタと説明 |
---|
FilterData(BigInteger id,
AccountData owner,
BigInteger project_id,
Boolean is_public,
String name,
String filter_string,
String url) |
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 target_version,
String description,
String steps_to_reproduce,
String additional_information,
AttachmentData[] attachments,
RelationshipData[] relationships,
IssueNoteData[] notes,
CustomFieldValueForIssueData[] custom_fields,
Calendar due_date,
AccountData[] monitors,
Boolean sticky,
ObjectRef[] tags) |
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 target_version,
String description,
String steps_to_reproduce,
String additional_information,
AttachmentData[] attachments,
RelationshipData[] relationships,
IssueNoteData[] notes,
CustomFieldValueForIssueData[] custom_fields,
Calendar due_date,
AccountData[] monitors,
Boolean sticky,
ObjectRef[] tags) |
IssueNoteData(BigInteger id,
AccountData reporter,
String text,
ObjectRef view_state,
Calendar date_submitted,
Calendar last_modified,
BigInteger time_tracking,
BigInteger note_type,
String note_attr) |
ProfileData(BigInteger id,
AccountData user_id,
String platform,
String os,
String os_build,
String description) |
TagData(BigInteger id,
AccountData user_id,
String name,
String description,
Calendar date_created,
Calendar date_updated) |
Copyright © 2004-2015. All Rights Reserved.