Class ViewVersionPage

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

    public class ViewVersionPage
    extends AbstractBambooPage
    • Constructor Detail

      • ViewVersionPage

        public ViewVersionPage()
      • ViewVersionPage

        public ViewVersionPage​(String versionId)
    • Method Detail

      • initVersionId

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

        public boolean isEnvionmentWithinDropdownDisabled()
      • getGeneralVersion

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

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