com.atlassian.jira.functest.framework.admin.plugins
Class ReferenceDependentPlugin
java.lang.Object
com.atlassian.jira.functest.framework.admin.plugins.Plugin
com.atlassian.jira.functest.framework.admin.plugins.ReferenceDependentPlugin
public class ReferenceDependentPlugin
- extends Plugin
Represents the Reference Dependent Plugin. This plugin has dependencies on reference implementations of the
extension points in JIRA.
We use it to test inter-plugin dependencies (i.e. component-import ...)
- Since:
- v4.4
- See Also:
ReferencePlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final String KEY
- See Also:
- Constant Field Values
ReferenceDependentPlugin
public ReferenceDependentPlugin(net.sourceforge.jwebunit.WebTester tester,
Administration administration,
LocatorFactory locators)
getKey
public String getKey()
externalReferenceModuleWithI18n
public ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithI18n()
externalReferenceModuleWithoutI18n
public ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithoutI18n()
Copyright © 2002-2012 Atlassian. All Rights Reserved.