Uses of Class
com.atlassian.jira.rest.client.api.domain.BasicUser
Packages that use BasicUser
Package
Description
-
Uses of BasicUser in com.atlassian.jira.rest.client.api.domain
Subclasses of BasicUser in com.atlassian.jira.rest.client.api.domainMethods in com.atlassian.jira.rest.client.api.domain that return BasicUserModifier and TypeMethodDescriptionComponent.AssigneeInfo.getAssignee()Attachment.getAuthor()ChangelogGroup.getAuthor()Comment.getAuthor()Worklog.getAuthor()Component.getLead()Project.getLead()Filter.getOwner()Component.AssigneeInfo.getRealAssignee()Comment.getUpdateAuthor()Worklog.getUpdateAuthor()Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type BasicUserConstructors in com.atlassian.jira.rest.client.api.domain with parameters of type BasicUserModifierConstructorDescriptionAssigneeInfo(BasicUser assignee, AssigneeType assigneeType, BasicUser realAssignee, AssigneeType realAssigneeType, boolean assigneeTypeValid) 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(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(Iterable<String> expandos, URI self, String key, Long id, 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 BasicUserModifierConstructorDescriptionVotes(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 BasicUserMethods in com.atlassian.jira.rest.client.api.domain.input with parameters of type BasicUserModifier and TypeMethodDescriptionIssueInputBuilder.setAssignee(BasicUser assignee) IssueInputBuilder.setReporter(BasicUser reporter) WorklogInputBuilder.setUpdateAuthor(BasicUser updateAuthor) Constructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type BasicUserModifierConstructorDescriptionWorklogInput(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