Uses of Class
org.squashtest.csp.core.bugtracker.mantis.binding.RelationshipData

Packages that use RelationshipData
org.squashtest.csp.core.bugtracker.mantis.binding   
 

Uses of RelationshipData in org.squashtest.csp.core.bugtracker.mantis.binding
 

Methods in org.squashtest.csp.core.bugtracker.mantis.binding that return RelationshipData
 RelationshipData[] IssueData.getRelationships()
          Gets the relationships value for this IssueData.
 

Methods in org.squashtest.csp.core.bugtracker.mantis.binding with parameters of type RelationshipData
 BigInteger MantisConnectBindingStub.mc_issue_relationship_add(String username, String password, BigInteger issue_id, RelationshipData relationship)
           
 BigInteger MantisConnectPortType.mc_issue_relationship_add(String username, String password, BigInteger issue_id, RelationshipData relationship)
          Submit a new relationship.
 void IssueData.setRelationships(RelationshipData[] relationships)
          Sets the relationships value for this IssueData.
 

Constructors in org.squashtest.csp.core.bugtracker.mantis.binding with parameters of type RelationshipData
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)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.