com.atlassian.jira.functest.framework.navigation.issue
Interface FileAttachmentsList

All Known Implementing Classes:
DefaultFileAttachmentsList

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.

Since:
v4.2

Nested Class Summary
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..
 
Method Summary
 List<FileAttachmentsList.FileAttachmentItem> get()
          Retrieves the list of all the attachments displayed on the file attachments list.
 

Method Detail

get

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:

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-2012 Atlassian. All Rights Reserved.