Uses of Class
org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteComponent

Packages that use RemoteComponent
org.apache.maven.plugins.patchtracker.tracking.jira   
org.apache.maven.plugins.patchtracker.tracking.jira.soap   
 

Uses of RemoteComponent in org.apache.maven.plugins.patchtracker.tracking.jira
 

Methods in org.apache.maven.plugins.patchtracker.tracking.jira that return types with arguments of type RemoteComponent
 List<RemoteComponent> JiraSession.getRemoteComponents()
           
 

Uses of RemoteComponent in org.apache.maven.plugins.patchtracker.tracking.jira.soap
 

Methods in org.apache.maven.plugins.patchtracker.tracking.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 org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteComponent
 void RemoteIssue.setComponents(RemoteComponent[] components)
          Sets the components value for this RemoteIssue.
 

Constructors in org.apache.maven.plugins.patchtracker.tracking.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 © 2002-2011 The Apache Software Foundation. All Rights Reserved.