Class ApplicationDetailsPage

java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.ApplicationDetailsPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page
Direct Known Subclasses:
GoogleAppsApplicationDetailsPage

public class ApplicationDetailsPage extends AbstractCrowdPage
  • Field Details

    • APPLICATION_VIEWDETAILS_ACTION_URL

      public static final String APPLICATION_VIEWDETAILS_ACTION_URL
      See Also:
    • applicationId

      protected com.atlassian.pageobjects.elements.PageElement applicationId
    • topNavBrowseApplication

      protected com.atlassian.pageobjects.elements.PageElement topNavBrowseApplication
    • browseApplication

      protected com.atlassian.pageobjects.elements.PageElement browseApplication
    • addApplication

      protected com.atlassian.pageobjects.elements.PageElement addApplication
    • removeApplication

      protected com.atlassian.pageobjects.elements.PageElement removeApplication
    • applicationDirectories

      protected com.atlassian.pageobjects.elements.PageElement applicationDirectories
    • applicationGroups

      protected com.atlassian.pageobjects.elements.PageElement applicationGroups
    • applicationUsers

      protected com.atlassian.pageobjects.elements.PageElement applicationUsers
    • applicationPermissions

      protected com.atlassian.pageobjects.elements.PageElement applicationPermissions
    • applicationRemoteAddress

      protected com.atlassian.pageobjects.elements.PageElement applicationRemoteAddress
    • applicationAuthTest

      protected com.atlassian.pageobjects.elements.PageElement applicationAuthTest
    • applicationOptions

      protected com.atlassian.pageobjects.elements.PageElement applicationOptions
    • applicationName

      protected com.atlassian.pageobjects.elements.PageElement applicationName
    • applicationDescription

      protected com.atlassian.pageobjects.elements.PageElement applicationDescription
    • active

      protected com.atlassian.pageobjects.elements.PageElement active
    • updateButton

      protected com.atlassian.pageobjects.elements.PageElement updateButton
    • applicationLinkDropdown

      protected com.atlassian.pageobjects.elements.SelectElement applicationLinkDropdown
  • Constructor Details

    • ApplicationDetailsPage

      public ApplicationDetailsPage(String paramName, String paramValue)
  • Method Details