|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment | |
|---|---|
| com.atlassian.jira.rest.client.api.domain | |
| Uses of Attachment in com.atlassian.jira.rest.client.api.domain |
|---|
| Classes in com.atlassian.jira.rest.client.api.domain with type parameters of type Attachment | |
|---|---|
static class |
EntityHelper.HasFileNamePredicate<T extends Attachment>
|
| Methods in com.atlassian.jira.rest.client.api.domain with type parameters of type Attachment | ||
|---|---|---|
static
|
EntityHelper.findAttachmentByFileName(Iterable<T> attachments,
String fileName)
|
|
static
|
EntityHelper.HasFileNamePredicate.forFileName(String fileName)
|
|
| Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type Attachment | |
|---|---|
Iterable<Attachment> |
Issue.getAttachments()
|
| Method parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type Attachment | |
|---|---|
static Iterable<String> |
EntityHelper.toFileNamesList(Iterable<? extends Attachment> attachments)
|
| Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type Attachment | |
|---|---|
Issue(String summary,
URI self,
String key,
Long id,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
String description,
BasicPriority priority,
BasicResolution 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,
Set<String> labels)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||