| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityHelper.HasFileNamePredicate<T extends Attachment> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Attachment> |
EntityHelper.findAttachmentByFileName(Iterable<T> attachments,
String fileName) |
static <K extends Attachment> |
EntityHelper.HasFileNamePredicate.forFileName(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Attachment> |
Issue.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
EntityHelper.toFileNamesList(Iterable<? extends Attachment> attachments) |
| Constructor and Description |
|---|
Issue(String summary,
URI self,
String key,
Long id,
BasicProject project,
IssueType issueType,
Status status,
String description,
BasicPriority priority,
Resolution resolution,
Collection<Attachment> attachments,
User reporter,
User assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime dueDate,
Collection<Version> affectedVersions,
Collection<Version> fixVersions,
Collection<BasicComponent> components,
TimeTracking timeTracking,
Collection<IssueField> issueFields,
Collection<Comment> comments,
URI transitionsUri,
Collection<IssueLink> issueLinks,
BasicVotes votes,
Collection<Worklog> worklogs,
BasicWatchers watchers,
Iterable<String> expandos,
Collection<Subtask> subtasks,
Collection<ChangelogGroup> changelog,
Operations operations,
Set<String> labels) |
Copyright © 2016 Atlassian. All Rights Reserved.