public class BulkEdit extends AbstractJiraPage implements com.atlassian.pageobjects.Page
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.CheckboxElement |
all |
protected Iterable<com.atlassian.pageobjects.elements.PageElement> |
checkboxes |
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 |
protected TraceContext |
traceContext |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller| 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, isLoggedInprotected 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
protected Iterable<com.atlassian.pageobjects.elements.PageElement> checkboxes
@Inject protected TraceContext traceContext
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic String getUrl()
getUrl in interface com.atlassian.pageobjects.Pagepublic BulkEdit selectAllIssues()
public BulkEdit selectFirstIssue()
public ChooseOperation chooseOperation()
Copyright © 2002-2022 Atlassian. All Rights Reserved.