Class PlanViewAgentsPage

  • All Implemented Interfaces:
    com.atlassian.pageobjects.Page

    public class PlanViewAgentsPage
    extends AbstractBambooPage
    • Field Detail

      • VIEW_AGENTS_PLAN_URL

        public static final String VIEW_AGENTS_PLAN_URL
      • 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 Detail

      • PlanViewAgentsPage

        public PlanViewAgentsPage​(String planOrEnvironmentKey)
    • Method Detail

      • 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()