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

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

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

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap that return RemoteCustomFieldValue
 RemoteCustomFieldValue[] RemoteIssue.getCustomFieldValues()
          Gets the customFieldValues value for this RemoteIssue.
 

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteCustomFieldValue
 void RemoteIssue.setCustomFieldValues(RemoteCustomFieldValue[] customFieldValues)
          Sets the customFieldValues value for this RemoteIssue.
 

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