public class

ReferenceDependentPlugin

extends Plugin
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.admin.plugins.Plugin
     ↳ com.atlassian.jira.functest.framework.admin.plugins.ReferenceDependentPlugin

Class Overview

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 ...)

See Also

Summary

Constants
String KEY
Public Constructors
ReferenceDependentPlugin(WebTester tester, Administration administration, LocatorFactory locators)
Public Methods
ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithI18n()
ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithoutI18n()
String getKey()
[Expand]
Inherited Methods
From class com.atlassian.jira.functest.framework.admin.plugins.Plugin
From class java.lang.Object

Constants

public static final String KEY

Constant Value: "com.atlassian.jira.dev.reference-dependent-plugin"

Public Constructors

public ReferenceDependentPlugin (WebTester tester, Administration administration, LocatorFactory locators)

Public Methods

public ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithI18n ()

public ReferenceModuleType.ReferenceModuleImplementation externalReferenceModuleWithoutI18n ()

public String getKey ()