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

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

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

Fields in com.atlassian.jira.functest.framework.navigation.issue with type parameters of type FileAttachmentsList.ZipFileAttachmentEntry
static com.google.common.collect.Ordering<FileAttachmentsList.ZipFileAttachmentEntry> FileAttachmentsList.Items.ZIP_ENTRY_DEFUALT_ORDERING
           
 

Methods in com.atlassian.jira.functest.framework.navigation.issue that return FileAttachmentsList.ZipFileAttachmentEntry
static FileAttachmentsList.ZipFileAttachmentEntry FileAttachmentsList.Items.zipEntry(String name, String size)
           
 

Methods in com.atlassian.jira.functest.framework.navigation.issue that return types with arguments of type FileAttachmentsList.ZipFileAttachmentEntry
 List<FileAttachmentsList.ZipFileAttachmentEntry> FileAttachmentsList.FileAttachmentItem.getZipEntries()
           
 

Method parameters in com.atlassian.jira.functest.framework.navigation.issue with type arguments of type FileAttachmentsList.ZipFileAttachmentEntry
 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)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.