Package com.atlassian.confluence.it
Class ImageLink
- java.lang.Object
-
- com.atlassian.confluence.it.SimpleLink
-
- com.atlassian.confluence.it.ImageLink
-
public class ImageLink extends SimpleLink
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.ImageLink} alternativeA link which contains an image.TODO: add in the src attribute when the test is able to use it to do assertions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.Integer
getHeight()
Deprecated.Integer
getWidth()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.atlassian.confluence.it.SimpleLink
getHref, getText
-
-
-
-
Method Detail
-
getWidth
public Integer getWidth()
Deprecated.
-
getHeight
public Integer getHeight()
Deprecated.
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equals
in classSimpleLink
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classSimpleLink
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classSimpleLink
-
-