| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Class and Description |
|---|---|
class |
Attachment
Represents an issue attachment.
|
class |
ChangeLog
Issue change log.
|
class |
ChangeLogEntry
Contains information about an issue change log entry.
|
class |
ChangeLogItem
Item in a
ChangeLogEntry. |
class |
Comment
Represents an issue comment.
|
class |
Component
Represents an issue component.
|
class |
CustomFieldOption
Represents an custom field option.
|
class |
Filter
Represens a Jira filter.
|
class |
Issue
Represents a JIRA issue.
|
class |
IssueHistory |
class |
IssueHistoryItem |
class |
IssueLink
Represents an issue link.
|
class |
IssueType
Represents an issue type.
|
class |
LinkType
Represents an issue link type.
|
class |
Priority
Represents an issue priority.
|
class |
Project
Represents a JIRA project.
|
class |
ProjectCategory
Represents a project category.
|
class |
RemoteLink |
class |
Resolution
Represents an issue resolution.
|
class |
Security
Represents an issue security.
|
class |
Status
Represents an issue status.
|
class |
Transition
Represents an issue priority.
|
class |
User
Represents a JIRA user.
|
class |
Version
Represents a product version.
|
class |
Visibility
Created by dgigon on 14/09/16.
|
class |
Votes
Represents issue votes.
|
class |
Watches
Represents issue watches.
|
class |
WorkLog
Represents an issue work log.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Resource> |
Field.getResource(Class<T> type,
Object r,
RestClient restclient)
Gets a JIRA resource from the given object.
|
static <T extends Resource> |
Field.getResource(Class<T> type,
Object r,
RestClient restclient,
String parentId)
Gets a JIRA resource from the given object.
|
static <T extends Resource> |
Field.getResourceArray(Class<T> type,
Object ra,
RestClient restclient)
Gets a list of JIRA resources from the given object.
|
static <T extends Resource> |
Field.getResourceArray(Class<T> type,
Object ra,
RestClient restclient,
String parentId)
Gets a list of JIRA resources from the given object.
|
Copyright © 2022. All rights reserved.