Class AbstractSystemAdminMenu
java.lang.Object
com.atlassian.crowd.pageobjects.administration.AbstractSystemAdminMenu
- Direct Known Subclasses:
SystemAdminDropdownMenu
,SystemAdminSidebarMenu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.PageBinder
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract com.atlassian.pageobjects.elements.PageElement
void
init()
-
Field Details
-
generalLink
protected com.atlassian.pageobjects.elements.PageElement generalLink -
licensingLink
protected com.atlassian.pageobjects.elements.PageElement licensingLink -
mailTemplateLink
protected com.atlassian.pageobjects.elements.PageElement mailTemplateLink -
applicationSessionsLink
protected com.atlassian.pageobjects.elements.PageElement applicationSessionsLink -
backupLink
protected com.atlassian.pageobjects.elements.PageElement backupLink -
connectionPoolLink
protected com.atlassian.pageobjects.elements.PageElement connectionPoolLink -
lookAndFeelLink
protected com.atlassian.pageobjects.elements.PageElement lookAndFeelLink -
binder
@Inject protected com.atlassian.pageobjects.PageBinder binder
-
-
Constructor Details
-
AbstractSystemAdminMenu
public AbstractSystemAdminMenu()
-
-
Method Details
-
init
public void init() -
goToGeneral
-
goToLicensing
-
goToMailTemplate
-
goToApplicationSessions
-
goToBackup
-
goToConnectionPool
-
goToLookAndFeel
-
getContainer
protected abstract com.atlassian.pageobjects.elements.PageElement getContainer()
-