Class ExtensionProgressPane


  • public class ExtensionProgressPane
    extends BaseElement
    The section that displays the extension progress log.
    Since:
    4.2M1
    Version:
    $Id: 38d06c1764690d8e936ae5bc9c87c3181de86b37 $
    • Constructor Detail

      • ExtensionProgressPane

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

      • getJobPlan

        public List<DependencyPane> getJobPlan()
        Returns:
        the list of extension that will be affected by the current job
      • getJobLogLabel

        public org.openqa.selenium.WebElement getJobLogLabel()
        Returns:
        the element that displays the job log label, which is also used to collapse / expand the job log
      • getJobLog

        public List<LogItemPane> getJobLog()
        Returns:
        the lines of job log
      • getJobLog

        public List<LogItemPane> getJobLog​(org.xwiki.logging.LogLevel... levels)
        Parameters:
        levels - the levels to get
        Returns:
        the lines of job log
        Since:
        10.11RC1
      • getMergeConflict

        public MergeConflictPane getMergeConflict()
        Returns:
        the pane that displays the merge conflict resolution UI
      • getUnusedPages

        public UnusedPagesPane getUnusedPages()
        Returns:
        the confirmation to delete the unused wiki pages after uninstalling or upgrading a XAR extension