Uses of Class
com.atlassian.jira.pageobjects.pages.AbstractJiraPage

Packages that use AbstractJiraPage
com.atlassian.jira.pageobjects.navigator   
com.atlassian.jira.pageobjects.pages   
com.atlassian.jira.pageobjects.pages.admin   
com.atlassian.jira.pageobjects.pages.admin.applicationproperties   
com.atlassian.jira.pageobjects.pages.admin.issuetype   
com.atlassian.jira.pageobjects.pages.admin.user   
com.atlassian.jira.pageobjects.pages.admin.workflow   
com.atlassian.jira.pageobjects.pages.project   
com.atlassian.jira.pageobjects.pages.project.browseversion   
com.atlassian.jira.pageobjects.pages.setup   
com.atlassian.jira.pageobjects.pages.viewissue   
com.atlassian.jira.pageobjects.project   
com.atlassian.jira.pageobjects.project.components   
com.atlassian.jira.pageobjects.project.fields   
com.atlassian.jira.pageobjects.project.issuesecurity   
com.atlassian.jira.pageobjects.project.issuetypes   
com.atlassian.jira.pageobjects.project.notifications   
com.atlassian.jira.pageobjects.project.people   
com.atlassian.jira.pageobjects.project.permissions   
com.atlassian.jira.pageobjects.project.screens   
com.atlassian.jira.pageobjects.project.summary   
com.atlassian.jira.pageobjects.project.versions   
com.atlassian.jira.pageobjects.project.workflow   
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.navigator
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.navigator
 class AdvancedSearch
           
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages
 class AbstractJiraAdminPage
          Abstract administration page with reference to the administration menu that provides access to all other admin pages.
 class AbstractJiraTabPage<T extends Tab>
          Abstract implementation of TabPage.
 class DashboardPage
          Page object implementation for the Dashbaord page in JIRA.
 class JiraAdminHomePage
          Home administration page, which is synonym for projects page.
 class JiraLoginPage
          Page object implementation for the LoginPage in JIRA.
 class LogoutPage
          Page object implementation for the Logout page in JIRA.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin
 class AdminSummaryPage
          The landing page for Administration.
 class ChangeFieldSchemePage
          Represents the Change Field Configuration Scheme page
 class ConfigureFieldScreenScheme
           
 class ConfigureIssueTypeScreenScheme
           
 class ConfigureScreen
           
 class EditDefaultFieldConfigPage
          Represents the Edit Field Configuration page for the Default Field Configuration.
 class EditFieldConfigPage
          Represents the Edit Field Configuration page
 class EditFieldSchemePage
          Represents the Edit Field Configuration Scheme page.
 class EditIssueSecurityScheme
           
 class EditNotificationsPage
          Edit notification scheme page
 class EditPermissionScheme
           
 class JiraWebSudoPage
           
 class LoggingAndProfilingPage
          TODO: Document this class / interface here
 class MoveUserToGroupPage
          Page for moving users between groups
 class RestoreCompleted
          Displayed to the user when the restore data process has been completed.
 class RestoreDataPage
          Admin page for restoring data from backup XMLs.
 class RestoreInProgressPage
          Displayed to the user when data restore process is in progress.
 class SelectCvsModules
          Represents the CVS module page.
 class SelectIssueSecurityScheme
           
 class SelectIssueTypeScreenScheme
           
 class SelectPermissionScheme
           
 class UalConfigurePage
           
 class ViewAttachmentsSettingsPage
          Atrachment configuration in the JIRA admin section.
 class ViewCvsModules
          Represents the CVS Module view page.
 class ViewLicensePage
           
 class WorkflowDesignerPage
          Represents the workflow designer page for a particular workflow!
 class WorkflowsPage
          Admin page for viewing workflows.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin.applicationproperties
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin.applicationproperties
 class AdvancedPropertiesPage
          Advanced Configuration page object
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin.issuetype
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin.issuetype
 class ChangeIssueTypeSchemePage
          Represents the Change Issue Type Scheme page
 class EditIssueTypeSchemePage
          Represents the Edit Issue Type Scheme page.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin.user
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin.user
 class AddUserPage
          Page for adding a new user
 class DeleteUserPage
           
 class EditUserGroupsPage
           
 class UserBrowserPage
           
 class ViewUserPage
           
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin.workflow
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.admin.workflow
 class EditWorkflowScheme
           
 class SelectWorkflowScheme
          Represents the selection of a workflow scheme.
 class ViewWorkflowSteps
          Represents the ViewWorkflowSteps page in JIRA.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.project
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.project
 class BrowseProjectPage
          Browse project page implementation.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.project.browseversion
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.project.browseversion
 class BrowseVersionPage
           
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.setup
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.setup
 class AdminSetupPage
          Step 3 in the JIRA setup process - administrator setup.
 class ApplicationSetupPage
          Step 2 in the JIRA setup process - application properties.
 class DatabaseSetupPage
          Page object implementation for the database setup page in JIRA, the first step in the JIRA setup.
 class MailSetupPage
          Step 4 in the JIRA setup process - mail setup.
 class SetupCompletePage
          Page with information about completed JIRA setup.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.viewissue
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.pages.viewissue
 class AbstractDeleteLinkPage
          Base class of a delete link page.
 class DeleteRemoteIssueLinkPage
          Represents the delete remote issue link page.
 class MoveIssueConfirmation
           
 class MoveIssuePage
           
 class MoveIssueUpdateFields
           
 class ViewIssuePage
          Represents view issue page.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project
 class AbstractProjectConfigPageTab
           
 class DeleteProjectPage
          Delete project page
 class ProjectConfigErrorPage
           
 class ViewProjectsPage
          View Projects Page.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.components
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.components
 class ComponentsPageTab
          Represents the components page in JIRA.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.fields
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.fields
 class FieldsPanel
          Page object representing the Project Configuration Fields tab
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.issuesecurity
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.issuesecurity
 class IssueSecurityPage
           
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.issuetypes
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.issuetypes
 class IssueTypesPage
          Represents the issuetypes page in JIRA.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.notifications
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.notifications
 class NotificationsPage
          Represents the notifications page in JIRA.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.people
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.people
 class PeoplePage
          Represents the people panel in the project configuration page.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.permissions
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.permissions
 class ProjectPermissionPageTab
           
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.screens
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.screens
 class ScreensPageTab
          Page object for the screens tab.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.summary
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.summary
 class ProjectSummaryPageTab
          Represents the summary page.
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.versions
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.versions
 class VersionPageTab
           
 

Uses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.workflow
 

Subclasses of AbstractJiraPage in com.atlassian.jira.pageobjects.project.workflow
 class WorkflowsPageTab
          Page object for the workflows tab.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.