Class MoveIssuesContainer
java.lang.Object
com.atlassian.jira.pageobjects.navigator.MoveIssuesContainer
This class represents sections of (project,issueType,parentIssue) that are contained in "chooseContext" page.
- Since:
- v7.0
-
Constructor Summary
ConstructorsConstructorDescriptionMoveIssuesContainer
(com.atlassian.pageobjects.elements.PageElement pageElement) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.TimedElement
com.atlassian.pageobjects.elements.query.TimedCondition
com.atlassian.pageobjects.elements.query.TimedCondition
com.atlassian.pageobjects.elements.query.TimedCondition
com.atlassian.pageobjects.elements.query.TimedCondition
void
selectIssueType
(String issueType) void
selectParentIssue
(String parentIssueKey) void
selectProject
(String project) typeParentIssueAndReturnSuggestions
(String searchKey)
-
Constructor Details
-
MoveIssuesContainer
public MoveIssuesContainer(com.atlassian.pageobjects.elements.PageElement pageElement)
-
-
Method Details
-
selectProject
-
selectIssueType
-
selectParentIssue
-
isParentSelectVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isParentSelectVisible() -
isParentSelectPresent
public com.atlassian.pageobjects.elements.query.TimedCondition isParentSelectPresent() -
isProjectSelectVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isProjectSelectVisible() -
isProjectSelectPresent
public com.atlassian.pageobjects.elements.query.TimedCondition isProjectSelectPresent() -
typeParentIssueAndReturnSuggestions
-
getParentIssueValue
-
getAvailableIssueTypeSuggestions
-
getProjectFrom
-
getIssueTypeFrom
-
getTargetProjectSelectedEl
public com.atlassian.pageobjects.elements.TimedElement getTargetProjectSelectedEl() -
getTargetProjectSelected
-
getTargetParentIssueSelected
-
getIssueTypeSelected
-