パッケージ | 説明 |
---|---|
hudson.plugins.mantis.soap.mantis110 |
修飾子とタイプ | メソッドと説明 |
---|---|
IssueNoteData[] |
IssueData.getNotes()
Gets the notes value for this IssueData.
|
修飾子とタイプ | メソッドと説明 |
---|---|
BigInteger |
MantisConnectPortType.mc_issue_note_add(String username,
String password,
BigInteger issue_id,
IssueNoteData note)
Submit a new note.
|
BigInteger |
MantisConnectBindingStub.mc_issue_note_add(String username,
String password,
BigInteger issue_id,
IssueNoteData note) |
void |
IssueData.setNotes(IssueNoteData[] notes)
Sets the notes value for this IssueData.
|
コンストラクタと説明 |
---|
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) |
Copyright © 2004-2015. All Rights Reserved.