| Methods in com.atlassian.jira.functest.framework.navigation.issue that return FileAttachmentsList.FileAttachmentItem |
static FileAttachmentsList.FileAttachmentItem |
FileAttachmentsList.Items.file(long id,
String name,
String size,
String author,
String date)
|
static FileAttachmentsList.FileAttachmentItem |
FileAttachmentsList.Items.file(String name,
String size,
String author,
String date)
|
FileAttachmentsList.FileAttachmentItem |
FileAttachmentsList.FileAttachmentItem.sortZipEntries(com.google.common.collect.Ordering<FileAttachmentsList.ZipFileAttachmentEntry> order)
In some tests we don't care about the order of the entries. |
static FileAttachmentsList.FileAttachmentItem |
FileAttachmentsList.Items.zip(long id,
String name,
String size,
String author,
String date,
List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries)
|
static FileAttachmentsList.FileAttachmentItem |
FileAttachmentsList.Items.zip(String name,
String size,
String author,
String date,
List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries)
|