Uses of Interface
com.atlassian.jira.webtest.framework.page.PageSection

Packages that use PageSection
com.atlassian.jira.webtest.framework.impl.selenium.page   
com.atlassian.jira.webtest.framework.impl.selenium.page.admin   
com.atlassian.jira.webtest.framework.impl.selenium.page.admin.plugins   
com.atlassian.jira.webtest.framework.impl.selenium.page.issue   
com.atlassian.jira.webtest.framework.impl.selenium.page.issuenavigator   
com.atlassian.jira.webtest.framework.page.admin   
com.atlassian.jira.webtest.framework.page.admin.plugins   
com.atlassian.jira.webtest.framework.page.issue   
com.atlassian.jira.webtest.framework.page.issuenavigator   
 

Uses of PageSection in com.atlassian.jira.webtest.framework.impl.selenium.page
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.page that implement PageSection
 class AbstractSeleniumPageSection<P extends Page>
          Abstract Selenium implementation of the PageSection interface.
 

Uses of PageSection in com.atlassian.jira.webtest.framework.impl.selenium.page.admin
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.page.admin that implement PageSection
 class SeleniumAddFieldSection
          AddFieldSection in the 'Configure Screens' administration page.
 

Uses of PageSection in com.atlassian.jira.webtest.framework.impl.selenium.page.admin.plugins
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.page.admin.plugins that implement PageSection
 class AbstractSeleniumPluginsTab<T extends PluginsTab<T>>
          TODO: Document this class / interface here
 class SeleniumAuditLogTab
          TODO: Document this class / interface here
 class SeleniumDeveloperTab
          TODO: Document this class / interface here
 class SeleniumInstallPlugins
          TODO: Document this class / interface here
 class SeleniumJIRAUpgradeCheckPlugins
          TODO: Document this class / interface here
 class SeleniumManageExistingPlugins
          TODO: Document this class / interface here
 

Uses of PageSection in com.atlassian.jira.webtest.framework.impl.selenium.page.issue
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.page.issue that implement PageSection
 class SeleniumIssueMenu
          Selenium implementation of the IssueMenu interface.
 

Uses of PageSection in com.atlassian.jira.webtest.framework.impl.selenium.page.issuenavigator
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.page.issuenavigator that implement PageSection
 class SeleniumSimpleSearchFilter
          Selenium implementation of SimpleSearchFilter.
 

Uses of PageSection in com.atlassian.jira.webtest.framework.page.admin
 

Subinterfaces of PageSection in com.atlassian.jira.webtest.framework.page.admin
 interface AddFieldSection
          Represents the section of the 'Configure screens' page that is used to add a new field.
 

Uses of PageSection in com.atlassian.jira.webtest.framework.page.admin.plugins
 

Subinterfaces of PageSection in com.atlassian.jira.webtest.framework.page.admin.plugins
 interface AuditLogTab
          TODO: Document this class / interface here
 interface DeveloperTab
          TODO: Document this class / interface here
 interface InstallPlugins
          TODO: Document this class / interface here
 interface JIRAUpgradeCheckPlugins
          TODO: Document this class / interface here
 interface ManageExistingPlugins
          Represents 'Manage Existing plugins' tab of the UPM page.
 interface PluginsTab<T extends PluginsTab<T>>
          TODO: Document this class / interface here
 

Uses of PageSection in com.atlassian.jira.webtest.framework.page.issue
 

Subinterfaces of PageSection in com.atlassian.jira.webtest.framework.page.issue
 interface IssueMenu
          Issue menu at the top of the View Issue page.
 

Uses of PageSection in com.atlassian.jira.webtest.framework.page.issuenavigator
 

Subinterfaces of PageSection in com.atlassian.jira.webtest.framework.page.issuenavigator
 interface IssueTable
          Issue table part of the issue navigator page.
 interface SimpleSearchFilter
          Represents the simple search filter on the issue navigator page.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.