|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.functest.framework.navigation.issue.FileAttachmentsList.FileAttachmentItem
public static class FileAttachmentsList.FileAttachmentItem
Represents a file attachment in the file attachments list on the view issue page.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAuthor()
|
String |
getDate()
|
long |
getId()
|
String |
getName()
|
String |
getSize()
|
List<FileAttachmentsList.ZipFileAttachmentEntry> |
getZipEntries()
|
int |
hashCode()
|
boolean |
isZip()
Determines whether this file attachment is a zip file. |
FileAttachmentsList.FileAttachmentItem |
sortZipEntries(com.google.common.collect.Ordering<FileAttachmentsList.ZipFileAttachmentEntry> order)
In some tests we don't care about the order of the entries. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public long getId()
public String getName()
public String getSize()
public String getAuthor()
public String getDate()
public List<FileAttachmentsList.ZipFileAttachmentEntry> getZipEntries()
public FileAttachmentsList.FileAttachmentItem sortZipEntries(com.google.common.collect.Ordering<FileAttachmentsList.ZipFileAttachmentEntry> order)
order
- ordering of the entries
public boolean isZip()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |