Uses of Class
thucydides.plugins.jira.soap.RemoteComponent

Packages that use RemoteComponent
thucydides.plugins.jira.soap   
 

Uses of RemoteComponent in thucydides.plugins.jira.soap
 

Methods in thucydides.plugins.jira.soap that return RemoteComponent
 RemoteComponent[] RemoteIssue.getComponents()
          Gets the components value for this RemoteIssue.
 RemoteComponent[] JirasoapserviceV2SoapBindingStub.getComponents(String in0, String in1)
           
 RemoteComponent[] JiraSoapService.getComponents(String in0, String in1)
           
 

Methods in thucydides.plugins.jira.soap with parameters of type RemoteComponent
 void RemoteIssue.setComponents(RemoteComponent[] components)
          Sets the components value for this RemoteIssue.
 

Constructors in thucydides.plugins.jira.soap with parameters of type RemoteComponent
RemoteIssue(String id, RemoteVersion[] affectsVersions, String assignee, String[] attachmentNames, RemoteComponent[] components, Calendar created, RemoteCustomFieldValue[] customFieldValues, String description, Calendar duedate, String environment, RemoteVersion[] fixVersions, String key, String priority, String project, String reporter, String resolution, String status, String summary, String type, Calendar updated, Long votes)
           
 



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.