public interface

AttachmentsBlock

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

Class Overview

Represents the attachments block on the view issue page.

Summary

Nested Classes
interface AttachmentsBlock.Sort  
Public Methods
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.

Public Methods

public ImageAttachmentsGallery gallery ()

public FileAttachmentsList list ()

public AttachmentManagement manage ()

Navigates to the Manage Attachments page.

Returns

public 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.