Class AbstractBambooSetupPage

    • Constructor Detail

      • AbstractBambooSetupPage

        public AbstractBambooSetupPage()
    • Method Detail

      • getUrl

        public final String getUrl()
      • waitForSetupCompleted

        protected void waitForSetupCompleted()
      • submitAndWaitForBind

        protected <P> P submitAndWaitForBind​(@NotNull
                                             @NotNull com.atlassian.pageobjects.elements.PageElement submitButton,
                                             Class<P> pageClass)
      • submitAndWaitForBind

        protected <P> P submitAndWaitForBind​(@NotNull
                                             @NotNull com.atlassian.pageobjects.elements.PageElement submitButton,
                                             Class<P> pageClass,
                                             Duration timeout)