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

All Known Implementing Classes:
DefaultImageAttachmentsGallery

public interface ImageAttachmentsGallery

Represents the image attachments gallery shown on the view issue page for an specific issue.

NOTES: All the methods defined in this interface assume the tester is currently on the view issue page.

Since:
v4.2

Nested Class Summary
static class ImageAttachmentsGallery.ImageAttachmentItem
          Represents an attachment shown in the image attachments gallery.
 
Method Summary
 List<ImageAttachmentsGallery.ImageAttachmentItem> get()
           
 

Method Detail

get

List<ImageAttachmentsGallery.ImageAttachmentItem> get()


Copyright © 2002-2014 Atlassian. All Rights Reserved.