org.xwiki.extension.test.po
Class ExtensionProgressPane
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.extension.test.po.ExtensionProgressPane
public class ExtensionProgressPane
- extends BaseElement
The section that displays the extension progress log.
- Since:
- 4.2M1
- Version:
- $Id: 041b2c061ea5712b774b0e6061d04a9f6ea1d144 $
|
Constructor Summary |
ExtensionProgressPane(org.openqa.selenium.WebElement container)
Creates a new instance. |
| Methods inherited from class org.xwiki.test.ui.po.BaseElement |
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionProgressPane
public ExtensionProgressPane(org.openqa.selenium.WebElement container)
- Creates a new instance.
- Parameters:
container - the section container
getJobPlan
public List<DependencyPane> getJobPlan()
- Returns:
- the list of extension that will be affected by the current job
getJobLog
public List<LogItemPane> getJobLog()
- Returns:
- the lines of job log
getMergeConflict
public MergeConflictPane getMergeConflict()
- Returns:
- the pane that displays the merge conflict resolution UI
Copyright © 2004-2012 XWiki. All Rights Reserved.