java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.project.versions.VersionPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class VersionPage extends AbstractJiraPage
Standalone version view in Jira Core. Accessible through VersionsTab in Project Settings
  • Constructor Details

    • VersionPage

      public VersionPage(String projectKey, String versionId)
  • Method Details

    • getVersionTitle

      public String getVersionTitle()
    • isVersionSwitcherVisible

      public boolean isVersionSwitcherVisible()
    • getUnresolvedIssueRows

      public List<VersionIssueRow> getUnresolvedIssueRows()
    • getUpdatedRecentlyIssueRows

      public List<VersionIssueRow> getUpdatedRecentlyIssueRows()
    • getUrlForProject

      public static String getUrlForProject(String projectKey, String versionId)
    • isAt

      public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
      Description copied from class: AbstractJiraPage
      Timed condition checking if we're at given page.
      Specified by:
      isAt in class AbstractJiraPage
      Returns:
      timed condition checking, if the test is at given page
    • getUrl

      public String getUrl()