public class MoveIssueWithSubtasksPage extends AbstractJiraPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
bulkEditForm |
protected com.atlassian.pageobjects.elements.PageElement |
chooseIssueTypeContainer |
protected SingleSelect |
chooseIssueTypeSingleSelect |
protected com.atlassian.pageobjects.elements.PageElement |
chooseProjectContainer |
protected SingleSelect |
chooseProjectSingleSelect |
protected com.atlassian.pageobjects.elements.PageElement |
nextButton |
protected TraceContext |
traceContext |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
MoveIssueWithSubtasksPage(String issueKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
createControls() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
BulkOperationProgressPage |
move() |
MoveIssueWithSubtasksPage |
next() |
MoveIssueWithSubtasksPage |
setIssueType(String issueType) |
MoveIssueWithSubtasksPage |
setNewProject(String newProject) |
MoveIssueUpdateStatus |
submitAndGoToSetNewIssueStatus(String issueID,
String assignee) |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
protected com.atlassian.pageobjects.elements.PageElement nextButton
protected com.atlassian.pageobjects.elements.PageElement bulkEditForm
protected com.atlassian.pageobjects.elements.PageElement chooseProjectContainer
protected SingleSelect chooseProjectSingleSelect
protected com.atlassian.pageobjects.elements.PageElement chooseIssueTypeContainer
protected SingleSelect chooseIssueTypeSingleSelect
@Inject protected TraceContext traceContext
public MoveIssueWithSubtasksPage(String issueKey)
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
protected void createControls()
public MoveIssueWithSubtasksPage setNewProject(String newProject)
public MoveIssueWithSubtasksPage setIssueType(String issueType)
public MoveIssueWithSubtasksPage next()
public BulkOperationProgressPage move()
public MoveIssueUpdateStatus submitAndGoToSetNewIssueStatus(String issueID, String assignee)
Copyright © 2002-2023 Atlassian. All Rights Reserved.