com.atlassian.jira.pageobjects.pages.viewissue
Class SubtaskModule

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.viewissue.SubtaskModule

public class SubtaskModule
extends Object

Subtask module of view issue page

Since:
v5.0

Field Summary
protected  com.atlassian.pageobjects.elements.PageElement optionsDropDown
           
 
Constructor Summary
SubtaskModule()
           
 
Method Summary
 List<Subtask> getSubtasks()
           
 CreateIssueDialog openCreateSubtaskDialog()
           
 void ready()
           
 void showAll()
           
 void showOpen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

optionsDropDown

protected com.atlassian.pageobjects.elements.PageElement optionsDropDown
Constructor Detail

SubtaskModule

public SubtaskModule()
Method Detail

ready

public final void ready()

getSubtasks

public List<Subtask> getSubtasks()

openCreateSubtaskDialog

public CreateIssueDialog openCreateSubtaskDialog()

showAll

public void showAll()

showOpen

public void showOpen()


Copyright © 2002-2014 Atlassian. All Rights Reserved.