Uses of Class
hudson.plugins.mantis.soap.mantis110.ObjectRef

Packages that use ObjectRef
hudson.plugins.mantis.soap.mantis110   
 

Uses of ObjectRef in hudson.plugins.mantis.soap.mantis110
 

Methods in hudson.plugins.mantis.soap.mantis110 that return ObjectRef
 ObjectRef ProjectData.getAccess_min()
          Gets the access_min value for this ProjectData.
 ObjectRef IssueData.getEta()
          Gets the eta value for this IssueData.
 ObjectRef CustomFieldValueForIssueData.getField()
          Gets the field value for this CustomFieldValueForIssueData.
 ObjectRef CustomFieldDefinitionData.getField()
          Gets the field value for this CustomFieldDefinitionData.
 ObjectRef IssueData.getPriority()
          Gets the priority value for this IssueData.
 ObjectRef IssueData.getProject()
          Gets the project value for this IssueData.
 ObjectRef IssueData.getProjection()
          Gets the projection value for this IssueData.
 ObjectRef IssueData.getReproducibility()
          Gets the reproducibility value for this IssueData.
 ObjectRef IssueData.getResolution()
          Gets the resolution value for this IssueData.
 ObjectRef IssueData.getSeverity()
          Gets the severity value for this IssueData.
 ObjectRef ProjectData.getStatus()
          Gets the status value for this ProjectData.
 ObjectRef IssueData.getStatus()
          Gets the status value for this IssueData.
 ObjectRef RelationshipData.getType()
          Gets the type value for this RelationshipData.
 ObjectRef ProjectData.getView_state()
          Gets the view_state value for this ProjectData.
 ObjectRef IssueNoteData.getView_state()
          Gets the view_state value for this IssueNoteData.
 ObjectRef IssueData.getView_state()
          Gets the view_state value for this IssueData.
 ObjectRef[] MantisConnectPortType.mc_enum_access_levels(java.lang.String username, java.lang.String password)
          Get the enumeration for access levels.
 ObjectRef[] MantisConnectBindingStub.mc_enum_access_levels(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_custom_field_types(java.lang.String username, java.lang.String password)
          Get the enumeration for custom field types.
 ObjectRef[] MantisConnectBindingStub.mc_enum_custom_field_types(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_etas(java.lang.String username, java.lang.String password)
          Get the enumeration for ETAs.
 ObjectRef[] MantisConnectBindingStub.mc_enum_etas(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_priorities(java.lang.String username, java.lang.String password)
          Get the enumeration for priorities.
 ObjectRef[] MantisConnectBindingStub.mc_enum_priorities(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_project_status(java.lang.String username, java.lang.String password)
          Get the enumeration for project statuses.
 ObjectRef[] MantisConnectBindingStub.mc_enum_project_status(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_project_view_states(java.lang.String username, java.lang.String password)
          Get the enumeration for project view states.
 ObjectRef[] MantisConnectBindingStub.mc_enum_project_view_states(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_projections(java.lang.String username, java.lang.String password)
          Get the enumeration for projections.
 ObjectRef[] MantisConnectBindingStub.mc_enum_projections(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_reproducibilities(java.lang.String username, java.lang.String password)
          Get the enumeration for reproducibilities.
 ObjectRef[] MantisConnectBindingStub.mc_enum_reproducibilities(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_resolutions(java.lang.String username, java.lang.String password)
          Get the enumeration for resolutions.
 ObjectRef[] MantisConnectBindingStub.mc_enum_resolutions(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_severities(java.lang.String username, java.lang.String password)
          Get the enumeration for severities.
 ObjectRef[] MantisConnectBindingStub.mc_enum_severities(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_status(java.lang.String username, java.lang.String password)
          Get the enumeration for statuses.
 ObjectRef[] MantisConnectBindingStub.mc_enum_status(java.lang.String username, java.lang.String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_view_states(java.lang.String username, java.lang.String password)
          Get the enumeration for view states.
 ObjectRef[] MantisConnectBindingStub.mc_enum_view_states(java.lang.String username, java.lang.String password)
           
 

Methods in hudson.plugins.mantis.soap.mantis110 with parameters of type ObjectRef
 void ProjectData.setAccess_min(ObjectRef access_min)
          Sets the access_min value for this ProjectData.
 void IssueData.setEta(ObjectRef eta)
          Sets the eta value for this IssueData.
 void CustomFieldValueForIssueData.setField(ObjectRef field)
          Sets the field value for this CustomFieldValueForIssueData.
 void CustomFieldDefinitionData.setField(ObjectRef field)
          Sets the field value for this CustomFieldDefinitionData.
 void IssueData.setPriority(ObjectRef priority)
          Sets the priority value for this IssueData.
 void IssueData.setProject(ObjectRef project)
          Sets the project value for this IssueData.
 void IssueData.setProjection(ObjectRef projection)
          Sets the projection value for this IssueData.
 void IssueData.setReproducibility(ObjectRef reproducibility)
          Sets the reproducibility value for this IssueData.
 void IssueData.setResolution(ObjectRef resolution)
          Sets the resolution value for this IssueData.
 void IssueData.setSeverity(ObjectRef severity)
          Sets the severity value for this IssueData.
 void ProjectData.setStatus(ObjectRef status)
          Sets the status value for this ProjectData.
 void IssueData.setStatus(ObjectRef status)
          Sets the status value for this IssueData.
 void RelationshipData.setType(ObjectRef type)
          Sets the type value for this RelationshipData.
 void ProjectData.setView_state(ObjectRef view_state)
          Sets the view_state value for this ProjectData.
 void IssueNoteData.setView_state(ObjectRef view_state)
          Sets the view_state value for this IssueNoteData.
 void IssueData.setView_state(ObjectRef view_state)
          Sets the view_state value for this IssueData.
 

Constructors in hudson.plugins.mantis.soap.mantis110 with parameters of type ObjectRef
CustomFieldDefinitionData(ObjectRef field, java.math.BigInteger type, java.lang.String possible_values, java.lang.String default_value, java.lang.String valid_regexp, java.math.BigInteger access_level_r, java.math.BigInteger access_level_rw, java.math.BigInteger length_min, java.math.BigInteger length_max, java.lang.Boolean advanced, java.lang.Boolean display_report, java.lang.Boolean display_update, java.lang.Boolean display_resolved, java.lang.Boolean display_closed, java.lang.Boolean require_report, java.lang.Boolean require_update, java.lang.Boolean require_resolved, java.lang.Boolean require_closed)
           
CustomFieldValueForIssueData(ObjectRef field, java.lang.String value)
           
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 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)
           
ProjectData(java.math.BigInteger id, java.lang.String name, ObjectRef status, java.lang.Boolean enabled, ObjectRef view_state, ObjectRef access_min, java.lang.String file_path, java.lang.String description, ProjectData[] subprojects)
           
RelationshipData(java.math.BigInteger id, ObjectRef type, java.math.BigInteger target_id)
           
 



Copyright © 2010. All Rights Reserved.