| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api.domain | |
| com.atlassian.jira.rest.client.api.domain.input |
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityHelper.HasIdPredicate<T extends IdentifiableEntity<K>,K> |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicIssue
Very basic (key and link only) representation of a JIRA issue.
|
class |
BasicPriority
Basic information about selected priority
|
class |
CimFieldInfo
Contains information about field in IssueType.
|
class |
CimIssueType
Describes issue type with fields info map.
|
class |
Field
Representation of JIRA field, either system or custom.
|
class |
Filter
Represents Filter
|
class |
Issue
Single JIRA issue
|
class |
IssueField
JIRA issue field with its current value.
|
class |
IssueType
Complete information about a single issue type defined in JIRA
|
class |
Permission |
class |
Priority
Complete information about a JIRA issue priority
|
class |
ProjectRole
A way to group users (@see RoleActors) with projects.
|
class |
Resolution
Basic information (served together with the issue) about current resolution.
|
class |
SecurityLevel
Represents JIRA Security Level
|
class |
Status
Basic information about a JIRA issue status
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<IdentifiableEntity<String>,String> |
EntityHelper.GET_ENTITY_STRING_ID_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdentifiableEntity<K>,K> |
EntityHelper.findEntityById(Iterable<T> entities,
K id) |
static <X extends IdentifiableEntity<Y>,Y> |
EntityHelper.HasIdPredicate.forId(Y id) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<String> |
EntityHelper.toStringIdList(Iterable<IdentifiableEntity<T>> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldInput
New value for selected field - used while changing issue fields - e.g.
|
class |
PropertyInput |
Copyright © 2019 Atlassian. All rights reserved.