Uses of Class
com.atlassian.jira.functest.framework.backdoor.BackdoorControl

Packages that use BackdoorControl
com.atlassian.jira.functest.framework.backdoor   
 

Uses of BackdoorControl in com.atlassian.jira.functest.framework.backdoor
 

Classes in com.atlassian.jira.functest.framework.backdoor with type parameters of type BackdoorControl
 class BackdoorControl<T extends BackdoorControl<T>>
          Parent class for Backdoor controllers making func-test REST requests to set up test state without the UI overhead.
 

Subclasses of BackdoorControl in com.atlassian.jira.functest.framework.backdoor
 class ApplicationPropertiesControl
          Use this class from func/selenium/page-object tests that need to manipulate ApplicationProperties.
 class DarkFeaturesControl
          Use this class from func/selenium/page-object tests that need to manipulate Dark Features.
 class DataImportControl
          Use this class from func/selenium/page-object tests that need to import data.
 class I18nControl
          TODO: Document this class / interface here
 class IssuesControl
          Use this class from func/selenium/page-object tests that need to manipulate Issues.
 class MailServersControl
          Use this class from func/selenium/page-object tests that need to manipulate Mail Servers.
 class PermissionSchemesControl
          Use this class from func/selenium/page-object tests that need to manipulate Permission Schemes.
 class PermissionsControl
          Use this class from func/selenium/page-object tests that need to manipulate Permissions, including global permissions and permission schemes.
 class ProjectControl
          Use this class from func/selenium/page-object tests that need to manipulate Projects.
 class SearchRequestControl
          Use this class from func/selenium/page-object tests that need to manipulate SearchRequests.
 class ServicesControl
          Use this class from func/selenium/page-object tests that need to manipulate or query Services.
 class UserProfileControl
          Use this class from func/selenium/page-object tests that need to manipulate User Profiles.
 class UsersAndGroupsControl
          Use this class from func/selenium/page-object tests that need to manipulate Users and Groups.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.