Uses of Class
com.atlassian.jira.functest.framework.navigation.issue.FileAttachmentsList.FileAttachmentItem

Packages that use FileAttachmentsList.FileAttachmentItem
com.atlassian.jira.functest.framework.navigation.issue   
 

Uses of FileAttachmentsList.FileAttachmentItem in com.atlassian.jira.functest.framework.navigation.issue
 

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)
           
 

Methods in com.atlassian.jira.functest.framework.navigation.issue that return types with arguments of type FileAttachmentsList.FileAttachmentItem
 List<FileAttachmentsList.FileAttachmentItem> DefaultFileAttachmentsList.get()
           
 List<FileAttachmentsList.FileAttachmentItem> FileAttachmentsList.get()
          Retrieves the list of all the attachments displayed on the file attachments list.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.