| 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 |
BasicIssueType
Basic information about issue type.
|
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 |
Priority
Complete information about a JIRA issue priority
|
class |
ProjectRole
A way to group users (@see RoleActors) with projects.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<IdentifiableEntity<java.lang.String>,java.lang.String> |
EntityHelper.GET_ENTITY_STRING_ID_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdentifiableEntity<K>,K> |
EntityHelper.findEntityById(java.lang.Iterable<T> entities,
K id) |
static <X extends IdentifiableEntity<Y>,Y> |
EntityHelper.HasIdPredicate.forId(Y id) |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.lang.Iterable<java.lang.String> |
EntityHelper.toStringIdList(java.lang.Iterable<IdentifiableEntity<T>> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldInput
New value for selected field - used while changing issue fields - e.g. while transitioning issue.
|
Copyright © 2013 Atlassian. All Rights Reserved.