Package | Description |
---|---|
com.atlassian.jira.plugin.attachment |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentArchiveEntryImpl |
Modifier and Type | Method and Description |
---|---|
AttachmentArchiveEntry |
AttachmentArchiveEntryBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentArchiveEntry> |
AttachmentArchiveImpl.getEntries() |
List<AttachmentArchiveEntry> |
AttachmentArchive.getEntries() |
List<AttachmentArchiveEntry> |
AttachmentProcessor.processAttachment(File file)
Extracts attachment archive file and returns its contents (only files, no directories).
|
List<AttachmentArchiveEntry> |
ZipAttachmentProcessor.processAttachment(File file) |
Modifier and Type | Method and Description |
---|---|
static Iterable<JSONObject> |
AttachmentArchiveImpl.serialize(List<AttachmentArchiveEntry> entries) |
Constructor and Description |
---|
AttachmentArchiveImpl(List<AttachmentArchiveEntry> entries,
int totalEntryCount) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.