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

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

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

Fields in com.atlassian.jira.rest.client declared as BasicUser
static BasicUser IntegrationTestUtil.USER_ADMIN
           
static BasicUser IntegrationTestUtil.USER_ADMIN_LATEST
           
static BasicUser IntegrationTestUtil.USER_SLASH
           
static BasicUser IntegrationTestUtil.USER_SLASH_LATEST
           
static BasicUser IntegrationTestUtil.USER1
           
static BasicUser IntegrationTestUtil.USER1_LATEST
           
static BasicUser IntegrationTestUtil.USER2
           
static BasicUser IntegrationTestUtil.USER2_LATEST
           
 

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

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

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

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

Constructors in com.atlassian.jira.rest.client.api.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)
           
ChangelogGroup(BasicUser author, org.joda.time.DateTime created, Iterable<ChangelogItem> items)
           
Comment(URI self, String body, BasicUser author, BasicUser updateAuthor, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, Visibility visibility, Long id)
           
Component.AssigneeInfo(BasicUser assignee, AssigneeType assigneeType, BasicUser realAssignee, AssigneeType realAssigneeType, boolean assigneeTypeValid)
           
Component(URI self, Long id, String name, String description, BasicUser lead)
           
Component(URI self, Long id, String name, String description, BasicUser lead, Component.AssigneeInfo assigneeInfo)
           
Filter(URI self, Long id, String name, String description, String jql, URI viewUrl, URI searchUrl, BasicUser owner, boolean favourite)
           
Project(URI self, String key, String name, String description, BasicUser lead, URI uri, Collection<Version> versions, Collection<BasicComponent> components, OptionalIterable<IssueType> issueTypes, Collection<BasicProjectRole> projectRoles)
           
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.api.domain with type arguments of type BasicUser
Votes(URI self, int votes, boolean hasVoted, Collection<BasicUser> users)
           
Watchers(BasicWatchers basicWatchers, Collection<BasicUser> users)
           
 

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

Methods in com.atlassian.jira.rest.client.api.domain.input that return BasicUser
 BasicUser WorklogInput.getAuthor()
           
 BasicUser WorklogInput.getUpdateAuthor()
           
 

Methods in com.atlassian.jira.rest.client.api.domain.input with parameters of type BasicUser
 IssueInputBuilder IssueInputBuilder.setAssignee(BasicUser assignee)
           
 WorklogInputBuilder WorklogInputBuilder.setAuthor(BasicUser author)
           
 IssueInputBuilder IssueInputBuilder.setReporter(BasicUser reporter)
           
 WorklogInputBuilder WorklogInputBuilder.setUpdateAuthor(BasicUser updateAuthor)
           
 

Constructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type BasicUser
WorklogInput(URI self, URI issueUri, BasicUser author, BasicUser updateAuthor, String comment, org.joda.time.DateTime startDate, int minutesSpent, Visibility visibility)
          Creates new WorklogInput with given values.
WorklogInput(URI self, URI issueUri, BasicUser author, BasicUser updateAuthor, String comment, org.joda.time.DateTime startDate, int minutesSpent, Visibility visibility, WorklogInput.AdjustEstimate adjustEstimate, String adjustEstimateValue)
          Creates new WorklogInput with given values
 



Copyright © 2013 Atlassian. All Rights Reserved.