Class IndexProjectPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.project.IndexProjectPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Indexing project page with progress bar for indexing project progress.
- Since:
- v6.1
-
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 TypeMethodDescriptionvoidvoidcancel()getUrl()com.atlassian.pageobjects.elements.query.TimedConditionisAt()Timed condition checking if we're at given page.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> voidrefresh()Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
IndexProjectPage
public IndexProjectPage() -
IndexProjectPage
-
-
Method Details
-
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
-
isCompleted
-
isBeingCanceled
Deprecated. -
isCancelledOrBeingCancelled
-
acknowledge
public void acknowledge() -
refresh
public void refresh() -
cancel
public void cancel()
-