Class ConfigureEnvironmentMiscellaneousPage

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.deployment.environments.ConfigureEnvironmentMiscellaneousPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ConfigureEnvironmentMiscellaneousPage extends AbstractBambooPage
  • Constructor Details

    • ConfigureEnvironmentMiscellaneousPage

      public ConfigureEnvironmentMiscellaneousPage(String environmentId)
  • Method Details

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

      public ConfigureDeploymentProjectPage saveConfiguration()
    • setTextfieldText

      public ConfigureEnvironmentMiscellaneousPage setTextfieldText(@NotNull @NotNull String name, @NotNull @NotNull String text)
    • getInputElement

      public com.atlassian.pageobjects.elements.PageElement getInputElement(@NotNull @NotNull String name)
    • getInputElement

      public com.atlassian.pageobjects.elements.PageElement getInputElement(@NotNull @NotNull String name, @NotNull @NotNull Class<? extends com.atlassian.pageobjects.elements.PageElement> clazz)