Package | Description |
---|---|
com.atlassian.jira.issue | |
com.atlassian.jira.issue.managers | |
com.atlassian.jira.plugin.attachment | |
com.atlassian.jira.rest.v2.issue.attachment.format |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<AttachmentArchive> |
AttachmentIndexManager.getAttachmentContents(Attachment attachment,
Issue issue,
int maxEntries)
Retrieves index of given attachment file.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<AttachmentArchive> |
DefaultAttachmentIndexManager.getAttachmentContents(Attachment attachment,
Issue issue,
int maxEntries) |
protected com.atlassian.fugue.Option<AttachmentArchive> |
DefaultAttachmentIndexManager.processAttachmentAndCreateIndex(File file,
Attachment attachment,
Issue issue,
int maxEntries) |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentArchiveImpl |
Modifier and Type | Field and Description |
---|---|
static AttachmentArchive |
AttachmentArchiveImpl.DOC_EXAMPLE |
Modifier and Type | Method and Description |
---|---|
static AttachmentArchive |
AttachmentArchiveImpl.fromJSONArrayQuiet(String jsonArrayString,
int maxSize) |
Modifier and Type | Method and Description |
---|---|
ArchiveFormatter<AttachmentArchive> |
ArchiveFormatterFactory.raw() |
Modifier and Type | Method and Description |
---|---|
T |
ArchiveFormatter.format(AttachmentArchive archive,
Attachment attachment) |
Copyright © 2002-2016 Atlassian. All Rights Reserved.