Uses of Class
com.atlassian.jira.rest.client.domain.Field

Packages that use Field
com.atlassian.jira.rest.client.domain   
 

Uses of Field in com.atlassian.jira.rest.client.domain
 

Methods in com.atlassian.jira.rest.client.domain that return Field
 Field Issue.getField(String id)
           
 Field Issue.getFieldByName(String name)
          This method returns the first field with specified name.
 

Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type Field
 Iterable<Field> Issue.getFields()
           
 

Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type Field
Issue(String summary, URI self, String key, BasicProject project, BasicIssueType issueType, BasicStatus status, String description, BasicPriority priority, BasicResolution resolution, Collection<Attachment> attachments, BasicUser reporter, BasicUser assignee, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, org.joda.time.DateTime dueDate, Collection<Version> affectedVersions, Collection<Version> fixVersions, Collection<BasicComponent> components, TimeTracking timeTracking, Collection<Field> fields, Collection<Comment> comments, URI transitionsUri, Collection<IssueLink> issueLinks, BasicVotes votes, Collection<Worklog> worklogs, BasicWatchers watchers, Iterable<String> expandos, Collection<Subtask> subtasks, Collection<ChangelogGroup> changelog, Set<String> labels)
           
 



Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.