Uses of Class
hudson.plugins.jira.soap.RemoteVersion

Packages that use RemoteVersion
hudson.plugins.jira   
hudson.plugins.jira.soap   
hudson.plugins.jira.versionparameter   
 

Uses of RemoteVersion in hudson.plugins.jira
 

Methods in hudson.plugins.jira that return RemoteVersion
 RemoteVersion JiraSession.getVersionByName(String projectKey, String name)
          Get a version by its name
 RemoteVersion[] JiraSession.getVersions(String projectKey)
          Get all versions from the given project
 

Methods in hudson.plugins.jira with parameters of type RemoteVersion
 void JiraSession.releaseVersion(String projectKey, RemoteVersion version)
           
 

Constructors in hudson.plugins.jira with parameters of type RemoteVersion
JiraVersion(RemoteVersion version)
           
 

Uses of RemoteVersion in hudson.plugins.jira.soap
 

Methods in hudson.plugins.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 hudson.plugins.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 hudson.plugins.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)
           
 

Uses of RemoteVersion in hudson.plugins.jira.versionparameter
 

Constructors in hudson.plugins.jira.versionparameter with parameters of type RemoteVersion
JiraVersionParameterDefinition.Result(RemoteVersion version)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.