java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.projects.pageobjects.webdriver.page.releases.VersionEditPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class VersionEditPage extends AbstractJiraPage
  • Constructor Details

    • VersionEditPage

      public VersionEditPage(Long versionId, String projectKey)
  • Method Details

    • init

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

      public VersionEditPage save()
    • save

      public <T> T save(Class<T> bindClass, Object... bindParams)
    • cancel

      public <T> T cancel(Class<T> bindClass, Object... bindParams)
    • saveDialog

      public void saveDialog()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getDateStarted

      public CalendarPicker getDateStarted()
    • getDateRelease

      public CalendarPicker getDateRelease()
    • getFormErrors

      public Map<String,String> getFormErrors()
    • getGlobalErrors

      public Collection<String> getGlobalErrors()
    • typeName

      public VersionEditPage typeName(String text)
    • typeDescription

      public VersionEditPage typeDescription(String text)
    • typeDateStarted

      public VersionEditPage typeDateStarted(String dateValue)
    • typeDateReleased

      public VersionEditPage typeDateReleased(String dateValue)
    • hasSuccessMessage

      public com.atlassian.pageobjects.elements.query.TimedCondition hasSuccessMessage()
    • hasGlobalError

      public com.atlassian.pageobjects.elements.query.TimedCondition hasGlobalError()