Class CreateProjectRepositoryPage

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.project.CreateProjectRepositoryPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class CreateProjectRepositoryPage extends AbstractBambooPage
  • Constructor Details

    • CreateProjectRepositoryPage

      public CreateProjectRepositoryPage(@NotNull @NotNull String projectKey, @NotNull @NotNull String pluginName)
  • Method Details

    • setDisplayNameAndUrl

      public void setDisplayNameAndUrl(@Nullable @Nullable String displayName, @Nullable @Nullable String displayUrl)
    • submitCreateExpectedSuccess

      public void submitCreateExpectedSuccess()
    • submitCreateExpectedAccessDenied

      public void submitCreateExpectedAccessDenied()
    • 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()