public interface

FileAttachmentsList

com.atlassian.jira.functest.framework.navigation.issue.FileAttachmentsList
Known Indirect Subclasses

Class Overview

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.

Summary

Nested Classes
class FileAttachmentsList.FileAttachmentItem Represents a file attachment in the file attachments list on the view issue page. 
class FileAttachmentsList.Items Holds a collection of factory methods to create the items in a FileAttachmentsList  
class FileAttachmentsList.ZipFileAttachmentEntry Represents an entry in a zip file attachment in the file attachments list on the view issue page.. 
Public Methods
List<FileAttachmentsList.FileAttachmentItem> get()
Retrieves the list of all the attachments displayed on the file attachments list.

Public Methods

public List<FileAttachmentsList.FileAttachmentItem> get ()

Retrieves the list of all the attachments displayed on the file attachments list. Each attachment in the list is represented by a FileAttachmentsList.FileAttachmentItem object.

Returns