Package | Description |
---|---|
com.atlassian.jira.rest.client | |
com.atlassian.jira.rest.client.api.domain | |
com.atlassian.jira.rest.client.api.domain.input |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
User
Complete information about a single JIRA user
|
Modifier and Type | Method and Description |
---|---|
BasicUser |
Component.AssigneeInfo.getAssignee() |
BasicUser |
Comment.getAuthor() |
BasicUser |
Attachment.getAuthor() |
BasicUser |
Worklog.getAuthor() |
BasicUser |
ChangelogGroup.getAuthor() |
BasicUser |
Project.getLead() |
BasicUser |
Component.getLead() |
BasicUser |
Filter.getOwner() |
BasicUser |
Component.AssigneeInfo.getRealAssignee() |
BasicUser |
Comment.getUpdateAuthor() |
BasicUser |
Worklog.getUpdateAuthor() |
Modifier and Type | Method and Description |
---|---|
Iterable<BasicUser> |
Votes.getUsers() |
Iterable<BasicUser> |
Watchers.getUsers() |
Constructor and Description |
---|
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 and Description |
---|
Votes(URI self,
int votes,
boolean hasVoted,
Collection<BasicUser> users) |
Watchers(BasicWatchers basicWatchers,
Collection<BasicUser> users) |
Modifier and Type | Method and Description |
---|---|
BasicUser |
WorklogInput.getAuthor() |
BasicUser |
WorklogInput.getUpdateAuthor() |
Modifier and Type | Method and Description |
---|---|
IssueInputBuilder |
IssueInputBuilder.setAssignee(BasicUser assignee) |
WorklogInputBuilder |
WorklogInputBuilder.setAuthor(BasicUser author) |
IssueInputBuilder |
IssueInputBuilder.setReporter(BasicUser reporter) |
WorklogInputBuilder |
WorklogInputBuilder.setUpdateAuthor(BasicUser updateAuthor) |
Constructor and Description |
---|
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.