com.atlassian.confluence.pageobjects.page.admin
Class PluginsPage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.admin.PluginsPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class PluginsPage
extends ConfluenceAbstractPage

Page object implementation for the Plugins page for Confluence.


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
PluginsPage()
           
 
Method Summary
 String getActivePluginKey()
           
 Set<String> getDisabledPlugins()
           
 Set<String> getPluginsWithLoadingErrors()
           
 String getUrl()
           
 boolean pluginHasErrors(String pluginKey)
           
 boolean pluginIsDisabled(String pluginKey)
           
 boolean pluginIsLoaded(String pluginKey)
           
 PluginsPage selectPlugin(String pluginKey)
           
 void waitForLoadedPlugins()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
doWait, getAlert, getComponent, getHeader, getMainHeader, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginsPage

public PluginsPage()
Method Detail

getUrl

public String getUrl()

selectPlugin

public PluginsPage selectPlugin(String pluginKey)

pluginIsLoaded

public boolean pluginIsLoaded(String pluginKey)

pluginIsDisabled

public boolean pluginIsDisabled(String pluginKey)

pluginHasErrors

public boolean pluginHasErrors(String pluginKey)

getPluginsWithLoadingErrors

public Set<String> getPluginsWithLoadingErrors()

getDisabledPlugins

public Set<String> getDisabledPlugins()

getActivePluginKey

public String getActivePluginKey()

waitForLoadedPlugins

public void waitForLoadedPlugins()


Copyright © 2003-2013 Atlassian. All Rights Reserved.