com.atlassian.jira.functest.framework.navigation.issue
Class DefaultAttachmentsBlock
java.lang.Object
com.atlassian.jira.functest.framework.navigation.issue.DefaultAttachmentsBlock
- All Implemented Interfaces:
- AttachmentsBlock
public class DefaultAttachmentsBlock
- extends Object
- implements AttachmentsBlock
- Since:
- v4.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAttachmentsBlock
public DefaultAttachmentsBlock(net.sourceforge.jwebunit.WebTester tester,
FuncTestLogger logger,
FileAttachmentsList fileAttachmentsList,
ImageAttachmentsGallery imageAttachmentsGallery,
AttachmentManagement attachmentManagement)
sort
public void sort(AttachmentsBlock.Sort.Key key,
AttachmentsBlock.Sort.Direction direction)
- Description copied from interface:
AttachmentsBlock
- Sorts the file attachments list on the view issue page for an specific issue.
- Specified by:
sort in interface AttachmentsBlock
- Parameters:
key - The AttachmentsBlock.Sort.Key to use to
sort the list.direction - The AttachmentsBlock.Sort.Direction
to use to sort the list.
manage
public AttachmentManagement manage()
- Description copied from interface:
AttachmentsBlock
- Navigates to the Manage Attachments page.
- Specified by:
manage in interface AttachmentsBlock
- Returns:
- An
AttachmentManagement object to interact
with the Manage Attachments page.
gallery
public ImageAttachmentsGallery gallery()
- Specified by:
gallery in interface AttachmentsBlock
list
public FileAttachmentsList list()
- Specified by:
list in interface AttachmentsBlock
Copyright © 2002-2012 Atlassian. All Rights Reserved.