public class MoveIssueWithSubtasksPage extends AbstractJiraPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
chooseIssueType |
protected com.atlassian.pageobjects.elements.PageElement |
chooseProject |
protected com.atlassian.pageobjects.elements.PageElement |
nextButton |
body, driver, elementFinder, metaElement, pageBinder, timeouts
Constructor and Description |
---|
MoveIssueWithSubtasksPage(String issueKey) |
Modifier and Type | Method and Description |
---|---|
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 chooseProject
protected com.atlassian.pageobjects.elements.PageElement chooseIssueType
public MoveIssueWithSubtasksPage(String issueKey)
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
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-2015 Atlassian. All Rights Reserved.