com.atlassian.jira.functest.framework.admin.plugins
Class ReferenceDependentPlugin

java.lang.Object
  extended by com.atlassian.jira.functest.framework.admin.plugins.Plugin
      extended by 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

Field Summary
static String KEY
           
 
Constructor Summary
ReferenceDependentPlugin(net.sourceforge.jwebunit.WebTester tester, Administration administration, LocatorFactory locators)
           
 
Method Summary
 ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithI18n()
           
 ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithoutI18n()
           
 String getKey()
           
 
Methods inherited from class com.atlassian.jira.functest.framework.admin.plugins.Plugin
disable, disableModule, enable, enableModule, isDisabled, isEnabled, isInstalled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
See Also:
Constant Field Values
Constructor Detail

ReferenceDependentPlugin

public ReferenceDependentPlugin(net.sourceforge.jwebunit.WebTester tester,
                                Administration administration,
                                LocatorFactory locators)
Method Detail

getKey

public String getKey()

externalReferenceModuleWithI18n

public ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithI18n()

externalReferenceModuleWithoutI18n

public ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithoutI18n()


Copyright © 2002-2012 Atlassian. All Rights Reserved.