Uses of Class
com.atlassian.jira.rest.client.api.domain.Attachment
Packages that use Attachment
-
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 AttachmentModifier and TypeClassDescriptionstatic classEntityHelper.HasFileNamePredicate<T extends Attachment>Methods in com.atlassian.jira.rest.client.api.domain with type parameters of type AttachmentModifier and TypeMethodDescriptionstatic <T extends Attachment>
TEntityHelper.findAttachmentByFileName(Iterable<T> attachments, String fileName) static <K extends Attachment>
EntityHelper.HasFileNamePredicate<K> EntityHelper.HasFileNamePredicate.forFileName(String fileName) Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type AttachmentMethod parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type AttachmentModifier and TypeMethodDescriptionEntityHelper.toFileNamesList(Iterable<? extends Attachment> attachments) Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type AttachmentModifierConstructorDescriptionIssue(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, RelativeTask parentTask, Collection<RelativeTask> subtasks, Collection<ChangelogGroup> changelog, Operations operations, Set<String> labels)