com.atlassian.jira.functest.framework.navigation.issue
Class FileAttachmentsList.Items

java.lang.Object
  extended by com.atlassian.jira.functest.framework.navigation.issue.FileAttachmentsList.Items
Enclosing interface:
FileAttachmentsList

public static class FileAttachmentsList.Items
extends Object

Holds a collection of factory methods to create the items in a FileAttachmentsList


Constructor Summary
FileAttachmentsList.Items()
           
 
Method Summary
static FileAttachmentsList.FileAttachmentItem file(long id, String name, String size, String author, String date)
           
static FileAttachmentsList.FileAttachmentItem file(String name, String size, String author, String date)
           
static FileAttachmentsList.FileAttachmentItem zip(long id, String name, String size, String author, String date, List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries)
           
static FileAttachmentsList.FileAttachmentItem zip(String name, String size, String author, String date, List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries)
           
static FileAttachmentsList.ZipFileAttachmentEntry zipEntry(String name, String size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileAttachmentsList.Items

public FileAttachmentsList.Items()
Method Detail

zipEntry

public static FileAttachmentsList.ZipFileAttachmentEntry zipEntry(String name,
                                                                  String size)

zip

public static FileAttachmentsList.FileAttachmentItem zip(String name,
                                                         String size,
                                                         String author,
                                                         String date,
                                                         List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries)

zip

public static FileAttachmentsList.FileAttachmentItem zip(long id,
                                                         String name,
                                                         String size,
                                                         String author,
                                                         String date,
                                                         List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries)

file

public static FileAttachmentsList.FileAttachmentItem file(String name,
                                                          String size,
                                                          String author,
                                                          String date)

file

public static FileAttachmentsList.FileAttachmentItem file(long id,
                                                          String name,
                                                          String size,
                                                          String author,
                                                          String date)


Copyright © 2002-2012 Atlassian. All Rights Reserved.