Class VersionEditPage
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
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetName()getUrl()com.atlassian.pageobjects.elements.query.TimedConditioncom.atlassian.pageobjects.elements.query.TimedConditionvoidinit()com.atlassian.pageobjects.elements.query.TimedConditionisAt()Timed condition checking if we're at given page.save()<T> TvoidtypeDateReleased(String dateValue) typeDateStarted(String dateValue) typeDescription(String text) Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
VersionEditPage
-
-
Method Details
-
init
public void init() -
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPageTimed condition checking if we're at given page.- Specified by:
isAtin classAbstractJiraPage- Returns:
- timed condition checking, if the test is at given page
-
getUrl
-
save
-
save
-
cancel
-
saveDialog
public void saveDialog() -
getName
-
getDescription
-
getDateStarted
-
getDateRelease
-
getFormErrors
-
getGlobalErrors
-
typeName
-
typeDescription
-
typeDateStarted
-
typeDateReleased
-
hasSuccessMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasSuccessMessage() -
hasGlobalError
public com.atlassian.pageobjects.elements.query.TimedCondition hasGlobalError()
-