Class PlanViewAgentsPage

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.agent.PlanViewAgentsPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class PlanViewAgentsPage extends AbstractBambooPage
  • Field Details

    • VIEW_AGENTS_URL_ARGUMENT

      public static final String VIEW_AGENTS_URL_ARGUMENT
      See Also:
    • VIEW_AGENTS_PLAN_URL

      public static final String VIEW_AGENTS_PLAN_URL
    • VIEW_AGENTS_URL_FORMAT

      public static final String VIEW_AGENTS_URL_FORMAT
      See Also:
    • planOrEnvironmentKey

      protected final String planOrEnvironmentKey
    • viewAgentsPageIndicator

      public com.atlassian.pageobjects.elements.PageElement viewAgentsPageIndicator
    • planOrEnvironmentName

      public com.atlassian.pageobjects.elements.PageElement planOrEnvironmentName
    • errorBox

      public com.atlassian.pageobjects.elements.PageElement errorBox
    • offlineRemoteAgentConfigurationForm

      public com.atlassian.pageobjects.elements.PageElement offlineRemoteAgentConfigurationForm
    • ephemeralTemplatesSection

      public com.atlassian.pageobjects.elements.PageElement ephemeralTemplatesSection
    • ephemeralTemplatesTable

      public com.atlassian.pageobjects.elements.PageElement ephemeralTemplatesTable
  • Constructor Details

    • PlanViewAgentsPage

      public PlanViewAgentsPage(String planOrEnvironmentKey)
  • Method Details

    • getPlanOrEnvironmentURLArgument

      protected String getPlanOrEnvironmentURLArgument()
    • indicator

      public com.atlassian.pageobjects.elements.PageElement indicator()
      Description copied from class: AbstractBambooPage
      This must return an element whose presence indicates that we're on given page.
      Specified by:
      indicator in class AbstractBambooPage
      Returns:
      element uniquely identifying given page
    • getUrl

      public String getUrl()
    • hasOfflineAgent

      public boolean hasOfflineAgent()
    • hasEphemeralTemplatesSection

      public boolean hasEphemeralTemplatesSection()
    • getTemplateNames

      public List<String> getTemplateNames()
    • hasAnyErrors

      public boolean hasAnyErrors()
    • getPlanOrEnvironmentName

      public String getPlanOrEnvironmentName()