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

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

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

Subclasses of BasicUser in com.atlassian.jira.rest.client.domain
 class User
          Complete information about a single JIRA user
 

Methods in com.atlassian.jira.rest.client.domain that return BasicUser
 BasicUser Issue.getAssignee()
           
 BasicUser Component.AssigneeInfo.getAssignee()
           
 BasicUser Worklog.getAuthor()
           
 BasicUser Attachment.getAuthor()
           
 BasicUser Comment.getAuthor()
           
 BasicUser Component.getLead()
           
 BasicUser Project.getLead()
           
 BasicUser Component.AssigneeInfo.getRealAssignee()
           
 BasicUser Issue.getReporter()
           
 BasicUser Worklog.getUpdateAuthor()
           
 BasicUser Comment.getUpdateAuthor()
           
 

Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type BasicUser
 Iterable<BasicUser> Votes.getUsers()
           
 Iterable<BasicUser> Watchers.getUsers()
           
 

Constructors in com.atlassian.jira.rest.client.domain with parameters of type BasicUser
Attachment(URI self, String filename, BasicUser author, org.joda.time.DateTime creationDate, int size, String mimeType, URI contentUri, URI thumbnailUri)
           
Comment(URI self, String body, BasicUser author, BasicUser updateAuthor, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, Visibility visibility)
           
Component.AssigneeInfo(BasicUser assignee, AssigneeType assigneeType, BasicUser realAssignee, AssigneeType realAssigneeType, boolean assigneeTypeValid)
           
Component(URI self, String name, String description, BasicUser lead)
           
Component(URI self, String name, String description, BasicUser lead, Component.AssigneeInfo assigneeInfo)
           
Issue(String summary, URI self, String key, BasicProject project, BasicIssueType issueType, BasicStatus status, BasicPriority priority, BasicResolution resolution, Collection<Attachment> attachments, BasicUser reporter, BasicUser assignee, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, 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)
           
Project(URI self, String key, String description, BasicUser lead, URI uri, Collection<Version> versions, Collection<BasicComponent> components)
           
Worklog(URI self, URI issueUri, BasicUser author, BasicUser updateAuthor, String comment, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, org.joda.time.DateTime startDate, int minutesSpent, Visibility visibility)
           
 

Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type BasicUser
Votes(URI self, int votes, boolean hasVoted, Collection<BasicUser> users)
           
Watchers(BasicWatchers basicWatchers, Collection<BasicUser> users)
           
 



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.