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

All Known Implementing Classes:
DefaultAttachmentsBlock

public interface AttachmentsBlock

Represents the attachments block on the view issue page.

Since:
v4.2

Nested Class Summary
static interface AttachmentsBlock.Sort
           
 
Method Summary
 ImageAttachmentsGallery gallery()
           
 FileAttachmentsList list()
           
 AttachmentManagement manage()
          Navigates to the Manage Attachments page.
 void sort(AttachmentsBlock.Sort.Key key, AttachmentsBlock.Sort.Direction direction)
          Sorts the file attachments list on the view issue page for an specific issue.
 

Method Detail

sort

void sort(AttachmentsBlock.Sort.Key key,
          AttachmentsBlock.Sort.Direction direction)
Sorts the file attachments list on the view issue page for an specific issue.

Parameters:
key - The AttachmentsBlock.Sort.Key to use to sort the list.
direction - The AttachmentsBlock.Sort.Direction to use to sort the list.

manage

AttachmentManagement manage()
Navigates to the Manage Attachments page.

Returns:
An AttachmentManagement object to interact with the Manage Attachments page.

gallery

ImageAttachmentsGallery gallery()

list

FileAttachmentsList list()


Copyright © 2002-2013 Atlassian. All Rights Reserved.