Class MoveIssuesContainer

java.lang.Object
com.atlassian.jira.pageobjects.navigator.MoveIssuesContainer

public class MoveIssuesContainer extends Object
This class represents sections of (project,issueType,parentIssue) that are contained in "chooseContext" page.
Since:
v7.0
  • Constructor Details

    • MoveIssuesContainer

      public MoveIssuesContainer(com.atlassian.pageobjects.elements.PageElement pageElement)
  • Method Details

    • selectProject

      public void selectProject(String project)
    • selectIssueType

      public void selectIssueType(String issueType)
    • selectParentIssue

      public void selectParentIssue(String parentIssueKey)
    • 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

      public Iterable<String> typeParentIssueAndReturnSuggestions(String searchKey)
    • getParentIssueValue

      public String getParentIssueValue()
    • getAvailableIssueTypeSuggestions

      public Iterable<String> getAvailableIssueTypeSuggestions()
    • getProjectFrom

      public String getProjectFrom()
    • getIssueTypeFrom

      public String getIssueTypeFrom()
    • getTargetProjectSelectedEl

      public com.atlassian.pageobjects.elements.TimedElement getTargetProjectSelectedEl()
    • getTargetProjectSelected

      public String getTargetProjectSelected()
    • getTargetParentIssueSelected

      public String getTargetParentIssueSelected()
    • getIssueTypeSelected

      public String getIssueTypeSelected()