Uses of Interface
com.atlassian.jira.pageobjects.pages.admin.subtask.AddSubtaskType

Packages that use AddSubtaskType
com.atlassian.jira.pageobjects.pages.admin.subtask   
com.atlassian.jira.webtest.webdriver.tests.admin.issue.types   
 

Uses of AddSubtaskType in com.atlassian.jira.pageobjects.pages.admin.subtask
 

Classes in com.atlassian.jira.pageobjects.pages.admin.subtask that implement AddSubtaskType
 class AddSubtaskTypeDialog
          Allows the user to interact with the add subtask type dialog.
 class AddSubtaskTypePage
          Allows the caller to interact with the add subtask type page.
 

Methods in com.atlassian.jira.pageobjects.pages.admin.subtask that return AddSubtaskType
 AddSubtaskType AddSubtaskType.setDescription(String description)
           
 AddSubtaskType AddSubtaskType.setIconUrl(String iconUrl)
           
 AddSubtaskType AddSubtaskType.setName(String name)
           
 AddSubtaskType AddSubtaskType.submitFail()
           
 

Uses of AddSubtaskType in com.atlassian.jira.webtest.webdriver.tests.admin.issue.types
 

Method parameters in com.atlassian.jira.webtest.webdriver.tests.admin.issue.types with type arguments of type AddSubtaskType
 void TestAddSubtaskType.testIconPickerPicker(com.google.common.base.Function<Void,AddSubtaskType> opener)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.