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.AttachmentBlockSetting  
interface AttachmentsBlock.Sort  
enum AttachmentsBlock.ViewMode  
Public Methods
ImageAttachmentsGallery gallery()
AttachmentsBlock.ViewMode getViewMode()
FileAttachmentsList list()
AttachmentManagement manage()
Navigates to the Manage Attachments page.
void setViewMode(AttachmentsBlock.ViewMode viewMode)
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 AttachmentsBlock.ViewMode getViewMode ()

public FileAttachmentsList list ()

public AttachmentManagement manage ()

Navigates to the Manage Attachments page.

Returns

public void setViewMode (AttachmentsBlock.ViewMode viewMode)

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.