Uses of Package
com.atlassian.jira.rest.client.domain

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

Classes in com.atlassian.jira.rest.client.domain used by com.atlassian.jira.rest.client
BasicProject
          Basic information about a JIRA project
Component
          Project component
Issue
          Single JIRA issue
IssueType
          Complete information about a single issue type defined in JIRA
Priority
          Complete information about a JIRA issue priority
Project
          Complete information about single JIRA project.
Resolution
          Complete information about resolution.
SearchResult
          Represents search results - links to issues matching given filter (JQL query) with basic information supporting the paging through the results.
ServerInfo
          Basic information about JIRA server
Session
          Information about current user "session" - or in case of the recommended stateless connection (really RESTful design) just the information about the user and the user login data.
Status
          Complete information about a JIRA issue status.
Transition
          Information about selected transition including fields which can or must be set while performing the transition.
User
          Complete information about a single JIRA user
Votes
          Complete information about the voters for given issue
Watchers
          Complete information about the watchers of given issue
 

Classes in com.atlassian.jira.rest.client.domain used by com.atlassian.jira.rest.client.domain
AddressableNamedEntity
          Any resource which is addressable (has "self" URI) and has a name.
Attachment
          A file attachment attached to an issue
BasicComponent
          Basic information about a project component
BasicIssue
          Very basic (key and link only) representation of a JIRA issue.
BasicIssueType
          Basic information about issue type.
BasicPriority
          Basic information about selected priority
BasicProject
          Basic information about a JIRA project
BasicResolution
          Basic information (served together with the issue) about current resolution.
BasicStatus
          Basic information about a JIRA issue status
BasicUser
          Basic information about a JIRA user
BasicVotes
          Basic information about voters of a JIRA issue
BasicWatchers
          Basic information about watchers of a JIRA issue
Comment
          A JIRA comment
Field
          JIRA issue field with its current value.
IssueLink
          Link between two JIRA issues
IssueLinkType
          Type of a link between two JIRA issues
IssueLinkType.Direction
           
LoginInfo
          Statistics about logins (successful and failed logins number and last date) for the current user
SessionCookie
          Cookie used for maintaining the session for this user
Transition.Field
           
Version
          Complete information about a version defined for a JIRA project
Visibility
          Represents visibility (access level) of selected element (comment, worklog, etc.)
Visibility.Type
           
Worklog
          Issue worklog - single worklog entry describing the work logged for selected issue
 

Classes in com.atlassian.jira.rest.client.domain used by com.atlassian.jira.rest.client.domain.input
Comment
          A JIRA comment
 



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.