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

Packages that use AddressableEntity
com.atlassian.jira.rest.client.domain   
 

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

Classes in com.atlassian.jira.rest.client.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 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 Comment
          A JIRA comment
 class Component
          Project component
 class Issue
          Single JIRA issue
 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 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
 



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.