Uses of Interface
com.atlassian.jira.rest.client.api.NamedEntity

Packages that use NamedEntity
com.atlassian.jira.rest.client.api.domain   
com.atlassian.jira.rest.client.test.matchers   
 

Uses of NamedEntity in com.atlassian.jira.rest.client.api.domain
 

Classes in com.atlassian.jira.rest.client.api.domain with type parameters of type NamedEntity
static class EntityHelper.HasNamePredicate<T extends NamedEntity>
           
 

Classes in com.atlassian.jira.rest.client.api.domain that implement NamedEntity
 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
 

Methods in com.atlassian.jira.rest.client.api.domain with type parameters of type NamedEntity
static
<T extends NamedEntity>
T
EntityHelper.findEntityByName(Iterable<T> entities, String name)
           
static
<K extends NamedEntity>
EntityHelper.HasNamePredicate<K>
EntityHelper.HasNamePredicate.forName(String name)
           
 

Method parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type NamedEntity
static Iterable<String> EntityHelper.toNamesList(Iterable<? extends NamedEntity> items)
           
 

Uses of NamedEntity in com.atlassian.jira.rest.client.test.matchers
 

Methods in com.atlassian.jira.rest.client.test.matchers that return types with arguments of type NamedEntity
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.