Uses of Class
com.atlassian.jira.rpc.soap.beans.RemoteCustomFieldValue

Packages that use RemoteCustomFieldValue
com.atlassian.jira.rpc.soap.beans   
com.atlassian.jira.rpc.soap.util   
 

Uses of RemoteCustomFieldValue in com.atlassian.jira.rpc.soap.beans
 

Methods in com.atlassian.jira.rpc.soap.beans that return RemoteCustomFieldValue
 RemoteCustomFieldValue[] RemoteIssue.getCustomFieldValues()
           
 

Methods in com.atlassian.jira.rpc.soap.beans with parameters of type RemoteCustomFieldValue
 void RemoteIssue.setCustomFieldValues(RemoteCustomFieldValue[] customFieldValues)
           
 

Uses of RemoteCustomFieldValue in com.atlassian.jira.rpc.soap.util
 

Methods in com.atlassian.jira.rpc.soap.util that return RemoteCustomFieldValue
static RemoteCustomFieldValue[] SoapUtils.getCustomFieldValues(java.util.List customFields, com.atlassian.jira.issue.Issue issue)
           
 



Copyright © 2004-2011 Atlassian. All Rights Reserved.