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

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

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

Classes in com.atlassian.jira.rest.client.api.domain that implement AddressableEntity
 class AddressableNamedEntity
          Any resource which is addressable (has "self" URI) and has a name.
 class Attachment
          A file attachment attached to an issue
 class BasicComponent
          Basic information about a project component
 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 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 BasicVotes
          Basic information about voters of a JIRA issue
 class BasicWatchers
          Basic information about watchers of a JIRA issue
 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 Comment
          A JIRA comment
 class Component
          Project component
 class Filter
          Represents Filter
 class Issue
          Single JIRA issue
 class IssuelinksType
           
 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 Status
          Complete information about a JIRA issue status.
 class User
          Complete information about a single JIRA user
 class Version
          Complete information about a version defined for a JIRA project
 class Votes
          Complete information about the voters for given issue
 class Watchers
          Complete information about the watchers of given issue
 class Worklog
          Issue worklog - single worklog entry describing the work logged for selected issue
 

Methods in com.atlassian.jira.rest.client.api.domain with parameters of type AddressableEntity
 boolean EntityHelper.AddressEndsWithPredicate.apply(AddressableEntity input)
           
 

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

Methods in com.atlassian.jira.rest.client.test.matchers that return types with arguments of type AddressableEntity
static org.hamcrest.Matcher<Iterable<? extends AddressableEntity>> AddressableEntityMatchers.entitiesWithSelf(URI... uris)
           
static org.hamcrest.Matcher<? super AddressableEntity> AddressableEntityMatchers.withSelf(URI uri)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.