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

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

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

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap that return RemoteVersion
 RemoteVersion JirasoapserviceV2SoapBindingStub.addVersion(String in0, String in1, RemoteVersion in2)
           
 RemoteVersion JiraSoapService.addVersion(String in0, String in1, RemoteVersion in2)
           
 RemoteVersion[] RemoteIssue.getAffectsVersions()
          Gets the affectsVersions value for this RemoteIssue.
 RemoteVersion[] RemoteIssue.getFixVersions()
          Gets the fixVersions value for this RemoteIssue.
 RemoteVersion[] JirasoapserviceV2SoapBindingStub.getVersions(String in0, String in1)
           
 RemoteVersion[] JiraSoapService.getVersions(String in0, String in1)
           
 

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteVersion
 RemoteVersion JirasoapserviceV2SoapBindingStub.addVersion(String in0, String in1, RemoteVersion in2)
           
 RemoteVersion JiraSoapService.addVersion(String in0, String in1, RemoteVersion in2)
           
 void JirasoapserviceV2SoapBindingStub.releaseVersion(String in0, String in1, RemoteVersion in2)
           
 void JiraSoapService.releaseVersion(String in0, String in1, RemoteVersion in2)
           
 void RemoteIssue.setAffectsVersions(RemoteVersion[] affectsVersions)
          Sets the affectsVersions value for this RemoteIssue.
 void RemoteIssue.setFixVersions(RemoteVersion[] fixVersions)
          Sets the fixVersions value for this RemoteIssue.
 

Constructors in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteVersion
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)
           
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.