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} alternative
A link which contains an image.

TODO: add in the src attribute when the test is able to use it to do assertions.

  • Constructor Details

    • ImageLink

      public ImageLink(String text, String href, com.atlassian.fugue.Pair<Integer,Integer> dimension)
      Deprecated.
      Parameters:
      text -
      href -
      dimension - left() is width, right() is height. Either may be null.
  • Method Details