Class DependencyPane


  • public class DependencyPane
    extends BaseElement
    Displays information about a dependency of an extension.
    Since:
    4.2M1
    Version:
    $Id: 0bdab4653171162f3b27340382543e218ce66d49 $
    • Constructor Detail

      • DependencyPane

        public DependencyPane​(org.openqa.selenium.WebElement container)
        Creates a new instance.
        Parameters:
        container - the dependency container
    • Method Detail

      • getStatus

        public String getStatus()
        Returns:
        the extension status (loading, core, installed, remote, remote-installed, remote-core, remote-installed-incompatible, remote-core-incompatible)
      • getStatusMessage

        public String getStatusMessage()
        Returns:
        the extension status message
      • getLink

        public org.openqa.selenium.WebElement getLink()
        Returns:
        the extension link that can be clicked to view more details
      • getName

        public String getName()
        Returns:
        the extension name
      • getVersion

        public String getVersion()
        Returns:
        the extension version
      • getId

        public org.xwiki.extension.ExtensionId getId()
        Returns:
        the extension id