com.atlassian.jira.functest.framework.navigation.issue
Class FileAttachmentsList.FileAttachmentItem
java.lang.Object
com.atlassian.jira.functest.framework.navigation.issue.FileAttachmentsList.FileAttachmentItem
- Enclosing interface:
- FileAttachmentsList
public static class FileAttachmentsList.FileAttachmentItem
- extends Object
Represents a file attachment in the file attachments list on the view issue page.
getId
public long getId()
getName
public String getName()
getSize
public String getSize()
getAuthor
public String getAuthor()
getDate
public String getDate()
getZipEntries
public List<FileAttachmentsList.ZipFileAttachmentEntry> getZipEntries()
isZip
public boolean isZip()
- Determines whether this file attachment is a zip file.
- Returns:
- true if this file attachment is a zip file; otherwise, false.
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2002-2012 Atlassian. All Rights Reserved.