Class SimpleLink

  • Direct Known Subclasses:
    ImageLink

    public class SimpleLink
    extends Object
    Deprecated.
    Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.PollingChangeTracker} alternative
    Represents a link with text and an href.
    • Constructor Detail

      • SimpleLink

        public SimpleLink​(String text,
                          String href)
        Deprecated.
    • Method Detail

      • getHref

        public String getHref()
        Deprecated.
      • getText

        public String getText()
        Deprecated.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object