Package | Description |
---|---|
com.atlassian.jira.rest.client.api.domain | |
com.atlassian.jira.rest.client.test.matchers |
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 |
BasicIssueType
Basic information about issue type.
|
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 |
BasicResolution
Basic information (served together with the issue) about current resolution.
|
class |
BasicStatus
Basic information about a JIRA issue status
|
class |
BasicUser
Basic information about a JIRA user
|
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 |
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 |
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 |
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
Complete information about resolution.
|
class |
RoleActor
Association between users and project roles.
|
class |
SessionCookie
Cookie used for maintaining the session for this user
|
class |
Status
Complete 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 | 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) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Iterable<? extends NamedEntity>> |
NamedEntityMatchers.entitiesWithNames(String... names) |
static org.hamcrest.Matcher<? super NamedEntity> |
NamedEntityMatchers.withName(String name) |
Copyright © 2013 Atlassian. All Rights Reserved.