Class ViewVersionPage

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

public class ViewVersionPage extends AbstractBambooPage
  • Constructor Details

    • ViewVersionPage

      public ViewVersionPage()
    • ViewVersionPage

      public ViewVersionPage(String versionId)
  • Method Details

    • initVersionId

      public void initVersionId()
    • backToDeploymentProject

      public ConfigureDeploymentProjectPage backToDeploymentProject()
    • rename

      public RenameVersionPage rename()
    • 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()
    • getVersionName

      public String getVersionName()
    • getTitle

      public String getTitle()
    • getCommitsCount

      public int getCommitsCount()
    • getIssuesCount

      public int getIssuesCount()
    • getVersionId

      public String getVersionId()
    • getVersionDetails

      public VersionDetailsComponent getVersionDetails()
    • getMarkApprovedButton

      public com.atlassian.pageobjects.elements.PageElement getMarkApprovedButton()
    • getMarkBrokenButton

      public com.atlassian.pageobjects.elements.PageElement getMarkBrokenButton()
    • getDeployEnvironmentElement

      public com.atlassian.pageobjects.elements.PageElement getDeployEnvironmentElement(String environmentAId)
    • isEnvironmentWithinDropdownDisabled

      public boolean isEnvironmentWithinDropdownDisabled()
    • getGeneralVersion

      public com.atlassian.pageobjects.elements.PageElement getGeneralVersion()
    • getDetailedVersionInfoContainer

      public com.atlassian.pageobjects.elements.PageElement getDetailedVersionInfoContainer()