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)
           
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> FileAttachmentsList.get()
          Retrieves the list of all the attachments displayed on the file attachments list.
 List<FileAttachmentsList.FileAttachmentItem> DefaultFileAttachmentsList.get()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.