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.
The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions) |
class |
CimIssueType
Describes issue type with fields info map.
The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions) |
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<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.
|
Copyright © 2013 Atlassian. All Rights Reserved.