public class MoveIssuesContainer extends Object
Constructor and Description |
---|
MoveIssuesContainer(com.atlassian.pageobjects.elements.PageElement pageElement) |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
getAvailableIssueTypeSuggestions() |
String |
getIssueTypeFrom() |
String |
getIssueTypeSelected() |
String |
getParentIssueValue() |
String |
getProjectFrom() |
String |
getTargetParentIssueSelected() |
String |
getTargetProjectSelected() |
com.atlassian.pageobjects.elements.TimedElement |
getTargetProjectSelectedEl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isParentSelectPresent() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isParentSelectVisible() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isProjectSelectPresent() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isProjectSelectVisible() |
void |
selectIssueType(String issueType) |
void |
selectParentIssue(String parentIssueKey) |
void |
selectProject(String project) |
Iterable<String> |
typeParentIssueAndReturnSuggestions(String searchKey) |
public MoveIssuesContainer(com.atlassian.pageobjects.elements.PageElement pageElement)
public void selectProject(String project)
public void selectIssueType(String issueType)
public void selectParentIssue(String parentIssueKey)
public com.atlassian.pageobjects.elements.query.TimedCondition isParentSelectVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isParentSelectPresent()
public com.atlassian.pageobjects.elements.query.TimedCondition isProjectSelectVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isProjectSelectPresent()
public Iterable<String> typeParentIssueAndReturnSuggestions(String searchKey)
public String getParentIssueValue()
public String getProjectFrom()
public String getIssueTypeFrom()
public com.atlassian.pageobjects.elements.TimedElement getTargetProjectSelectedEl()
public String getTargetProjectSelected()
public String getTargetParentIssueSelected()
public String getIssueTypeSelected()
Copyright © 2002-2018 Atlassian. All Rights Reserved.