public interface FileAttachmentsList
Represents the file attachments list on the view issue page.
NOTES: All methods described in this interface assume that the current page is the view issue page. Therefore, you should make sure that the current page is the view issue page before calling any of these methods.
Modifier and Type | Interface and Description |
---|---|
static class |
FileAttachmentsList.FileAttachmentItem
Represents a file attachment in the file attachments list on the view issue page.
|
static class |
FileAttachmentsList.Items
Holds a collection of factory methods to create the items in a
FileAttachmentsList |
static class |
FileAttachmentsList.ZipFileAttachmentEntry
Represents an entry in a zip file attachment in the file attachments list on the view issue page..
|
Modifier and Type | Method and Description |
---|---|
List<FileAttachmentsList.FileAttachmentItem> |
get()
Retrieves the list of all the attachments displayed on the file attachments list.
|
List<FileAttachmentsList.FileAttachmentItem> get()
FileAttachmentsList.FileAttachmentItem
object.A list of all the FileAttachmentsList.FileAttachmentItem
on the file attachments list of the view issue page.
It returns an empty collection if there are no attachments on the page.
Copyright © 2002-2022 Atlassian. All Rights Reserved.