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 booleanequals(Object o)Deprecated.IntegergetHeight()Deprecated.IntegergetWidth()Deprecated.inthashCode()Deprecated.StringtoString()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:
equalsin classSimpleLink
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classSimpleLink
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classSimpleLink
-
-