public class MoveConfirmationPage extends AbstractJiraPage
Modifier and Type | Class and Description |
---|---|
static class |
MoveConfirmationPage.MoveIssuesConfirmContainer |
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
confirm |
protected com.atlassian.pageobjects.elements.PageElement |
form |
protected com.atlassian.pageobjects.elements.PageElement |
title |
body, driver, elementFinder, metaElement, pageBinder, timeouts
Constructor and Description |
---|
MoveConfirmationPage() |
Modifier and Type | Method and Description |
---|---|
OperationProgress |
confirm() |
com.atlassian.pageobjects.elements.PageElement |
getForm() |
String |
getFormText() |
Iterable<MoveConfirmationPage.MoveIssuesConfirmContainer> |
getMoveIssuesConfirmContainers() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
protected com.atlassian.pageobjects.elements.PageElement form
protected com.atlassian.pageobjects.elements.PageElement confirm
protected com.atlassian.pageobjects.elements.PageElement title
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
public OperationProgress confirm()
public String getFormText()
public com.atlassian.pageobjects.elements.PageElement getForm()
public Iterable<MoveConfirmationPage.MoveIssuesConfirmContainer> getMoveIssuesConfirmContainers()
Copyright © 2002-2018 Atlassian. All Rights Reserved.