public abstract class AbstractDeleteLinkPage extends AbstractJiraPage
body, driver, elementFinder, metaElement, pageBinder, timeouts
Modifier | Constructor and Description |
---|---|
protected |
AbstractDeleteLinkPage(String issueKey,
Long issueId) |
Modifier and Type | Method and Description |
---|---|
ViewIssuePage |
cancel() |
ViewIssuePage |
confirm() |
List<String> |
getErrorMessages()
Returns the error messages on the page.
|
Long |
getIssueId()
Returns the issue ID.
|
String |
getMessage() |
String |
getTitle() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public ViewIssuePage confirm()
public ViewIssuePage cancel()
public String getTitle()
public String getMessage()
public List<String> getErrorMessages()
public Long getIssueId()
Copyright © 2002-2015 Atlassian. All Rights Reserved.