public static class

ImageAttachmentsGallery.ImageAttachmentItem

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.navigation.issue.ImageAttachmentsGallery.ImageAttachmentItem

Class Overview

Represents an attachment shown in the image attachments gallery.

Summary

Public Constructors
ImageAttachmentItem(String name, String size)
Public Methods
boolean equals(Object obj)
String getName()
String getSize()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ImageAttachmentItem (String name, String size)

Public Methods

public boolean equals (Object obj)

public String getName ()

public String getSize ()

public int hashCode ()

public String toString ()