Uses of Class
hudson.plugins.mantis.soap.mantis120.AccountData

Packages that use AccountData
hudson.plugins.mantis.soap.mantis120   
 

Uses of AccountData in hudson.plugins.mantis.soap.mantis120
 

Methods in hudson.plugins.mantis.soap.mantis120 that return AccountData
 AccountData IssueData.getHandler()
          Gets the handler value for this IssueData.
 AccountData FilterData.getOwner()
          Gets the owner value for this FilterData.
 AccountData IssueNoteData.getReporter()
          Gets the reporter value for this IssueNoteData.
 AccountData IssueData.getReporter()
          Gets the reporter value for this IssueData.
 AccountData[] MantisConnectPortType.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.
 AccountData[] MantisConnectBindingStub.mc_project_get_users(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger access)
           
 

Methods in hudson.plugins.mantis.soap.mantis120 with parameters of type AccountData
 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 IssueNoteData.setReporter(AccountData reporter)
          Sets the reporter value for this IssueNoteData.
 void IssueData.setReporter(AccountData reporter)
          Sets the reporter value for this IssueData.
 

Constructors in hudson.plugins.mantis.soap.mantis120 with parameters of type AccountData
FilterData(java.math.BigInteger id, AccountData owner, java.math.BigInteger project_id, java.lang.Boolean is_public, java.lang.String name, java.lang.String filter_string)
           
IssueData(java.math.BigInteger id, ObjectRef view_state, java.util.Calendar last_updated, ObjectRef project, java.lang.String category, ObjectRef priority, ObjectRef severity, ObjectRef status, AccountData reporter, java.lang.String summary, java.lang.String version, java.lang.String build, java.lang.String platform, java.lang.String os, java.lang.String os_build, ObjectRef reproducibility, java.util.Calendar date_submitted, java.math.BigInteger sponsorship_total, AccountData handler, ObjectRef projection, ObjectRef eta, ObjectRef resolution, java.lang.String fixed_in_version, java.lang.String target_version, java.lang.String description, java.lang.String steps_to_reproduce, java.lang.String additional_information, AttachmentData[] attachments, RelationshipData[] relationships, IssueNoteData[] notes, CustomFieldValueForIssueData[] custom_fields)
           
IssueNoteData(java.math.BigInteger id, AccountData reporter, java.lang.String text, ObjectRef view_state, java.util.Calendar date_submitted, java.util.Calendar last_modified)
           
 



Copyright © 2010. All Rights Reserved.