|
||||||||||
| 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(java.lang.Iterable<T> attachments,
java.lang.String fileName)
|
|
static
|
EntityHelper.HasFileNamePredicate.forFileName(java.lang.String fileName)
|
|
| Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type Attachment | |
|---|---|
java.lang.Iterable<Attachment> |
Issue.getAttachments()
|
| Method parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type Attachment | |
|---|---|
static java.lang.Iterable<java.lang.String> |
EntityHelper.toFileNamesList(java.lang.Iterable<? extends Attachment> attachments)
|
| Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type Attachment | |
|---|---|
Issue(java.lang.String summary,
java.net.URI self,
java.lang.String key,
java.lang.Long id,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
java.lang.String description,
BasicPriority priority,
BasicResolution resolution,
java.util.Collection<Attachment> attachments,
User reporter,
User assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime dueDate,
java.util.Collection<Version> affectedVersions,
java.util.Collection<Version> fixVersions,
java.util.Collection<BasicComponent> components,
TimeTracking timeTracking,
java.util.Collection<IssueField> issueFields,
java.util.Collection<Comment> comments,
java.net.URI transitionsUri,
java.util.Collection<IssueLink> issueLinks,
BasicVotes votes,
java.util.Collection<Worklog> worklogs,
BasicWatchers watchers,
java.lang.Iterable<java.lang.String> expandos,
java.util.Collection<Subtask> subtasks,
java.util.Collection<ChangelogGroup> changelog,
java.util.Set<java.lang.String> labels)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||