public interface AttachmentsBlock
Modifier and Type | Interface and Description |
---|---|
static interface |
AttachmentsBlock.AttachmentBlockSetting |
static interface |
AttachmentsBlock.Sort |
static class |
AttachmentsBlock.ViewMode |
Modifier and Type | Method and Description |
---|---|
ImageAttachmentsGallery |
gallery() |
AttachmentsBlock.ViewMode |
getViewMode() |
FileAttachmentsList |
list() |
AttachmentManagement |
manage()
Navigates to the Manage Attachments page.
|
void |
setViewMode(AttachmentsBlock.ViewMode viewMode) |
void |
sort(AttachmentsBlock.Sort.Key key,
AttachmentsBlock.Sort.Direction direction)
Sorts the file attachments list on the view issue page for an specific issue.
|
void sort(AttachmentsBlock.Sort.Key key, AttachmentsBlock.Sort.Direction direction)
key
- The AttachmentsBlock.Sort.Key
to use to
sort the list.direction
- The AttachmentsBlock.Sort.Direction
to use to sort the list.AttachmentManagement manage()
AttachmentManagement
object to interact
with the Manage Attachments page.ImageAttachmentsGallery gallery()
FileAttachmentsList list()
AttachmentsBlock.ViewMode getViewMode()
void setViewMode(AttachmentsBlock.ViewMode viewMode)
Copyright © 2002-2019 Atlassian. All Rights Reserved.