public class BulkEdit extends AbstractJiraPage implements com.atlassian.pageobjects.Page
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.CheckboxElement |
all |
protected com.atlassian.pageobjects.elements.PageElement |
issuerow |
protected Iterable<com.atlassian.pageobjects.elements.PageElement> |
issueRows |
protected com.atlassian.pageobjects.elements.PageElement |
issueTable |
protected com.atlassian.pageobjects.elements.PageElement |
issueTableBody |
protected com.atlassian.pageobjects.elements.PageElement |
next |
body, driver, elementFinder, metaElement, pageBinder, timeouts
Constructor and Description |
---|
BulkEdit() |
Modifier and Type | Method and Description |
---|---|
ChooseOperation |
chooseOperation() |
Iterable<String> |
getIssueKeys() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
BulkEdit |
selectAllIssues() |
BulkEdit |
selectFirstIssue() |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
protected com.atlassian.pageobjects.elements.PageElement issueTable
protected com.atlassian.pageobjects.elements.PageElement issueTableBody
protected com.atlassian.pageobjects.elements.CheckboxElement all
protected com.atlassian.pageobjects.elements.PageElement next
protected com.atlassian.pageobjects.elements.PageElement issuerow
protected Iterable<com.atlassian.pageobjects.elements.PageElement> issueRows
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
getUrl
in interface com.atlassian.pageobjects.Page
public BulkEdit selectAllIssues()
public BulkEdit selectFirstIssue()
public ChooseOperation chooseOperation()
Copyright © 2002-2019 Atlassian. All Rights Reserved.