| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api | |
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
StatusCategory
Basic information about a JIRA issue status category
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityHelper.HasNamePredicate<T extends NamedEntity> |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressableNamedEntity
Any resource which is addressable (has "self" URI) and has a name.
|
class |
BasicComponent
Basic information about a project component
|
class |
BasicPriority
Basic information about selected priority
|
class |
BasicProject
Basic information about a JIRA project
|
class |
BasicProjectRole
Basic information about a JIRA project's role.
|
class |
BasicUser
Basic information about a JIRA user
|
class |
CimFieldInfo
Contains information about field in IssueType.
|
class |
CimIssueType
Describes issue type with fields info map.
|
class |
CimProject
Represents project allowed to choose to create new issue.
|
class |
Component
Project component
|
class |
Field
Representation of JIRA field, either system or custom.
|
class |
Filter
Represents Filter
|
class |
Group
Complete information about a single JIRA group
|
class |
IssueField
JIRA issue field with its current value.
|
class |
IssuelinksType |
class |
IssueLinkType
Type of a link between two JIRA issues
|
class |
IssueType
Complete information about a single issue type defined in JIRA
|
class |
Permission |
class |
Priority
Complete information about a JIRA issue priority
|
class |
Project
Complete information about single JIRA project.
|
class |
ProjectRole
A way to group users (@see RoleActors) with projects.
|
class |
Resolution
Basic information (served together with the issue) about current resolution.
|
class |
RoleActor
Association between users and project roles.
|
class |
SecurityLevel
Represents JIRA Security Level
|
class |
SessionCookie
Cookie used for maintaining the session for this user
|
class |
Status
Basic information about a JIRA issue status
|
class |
Transition
Information about selected transition including fields which can or must be set while performing the transition.
|
class |
User
Complete information about a single JIRA user
|
class |
Version
Complete information about a version defined for a JIRA project
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<NamedEntity,String> |
EntityHelper.GET_ENTITY_NAME_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static <T extends NamedEntity> |
EntityHelper.findEntityByName(Iterable<T> entities,
String name) |
static <K extends NamedEntity> |
EntityHelper.HasNamePredicate.forName(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
EntityHelper.toNamesList(Iterable<? extends NamedEntity> items) |
Copyright © 2022 Atlassian. All rights reserved.