com.atlassian.jira.webtest.framework.page.admin.plugins
Interface PluginComponent<T extends PluginComponent<T>>

All Superinterfaces:
Collapsible<T>, Localizable, PageObject
All Known Subinterfaces:
ManagePluginComponent
All Known Implementing Classes:
AbstractSeleniumPluginComponent, SeleniumManagePluginComponent

public interface PluginComponent<T extends PluginComponent<T>>
extends Collapsible<T>, Localizable

TODO: Document this class / interface here

Since:
v4.3

Method Summary
 String getPluginKey()
           
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Collapsible
collapse, expand, isCollapsed, isExpanded
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

getPluginKey

String getPluginKey()


Copyright © 2002-2013 Atlassian. All Rights Reserved.