public class

ReferencePlugin

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

Class Overview

Represents the JIRA Reference Plugin. This plugin contains simple implementations of the module types that JIRA supports.

It enables us to test that these extension points actually work and can enabled/disabled at runtime.

Summary

Constants
String KEY
Public Constructors
ReferencePlugin(WebTester tester, Administration administration, LocatorFactory locators, Navigation navigation)
Public Methods
EchoFunction getEchoFunction()
String getKey()
IssueTabPanel issueTabPanel()
ReferenceModuleType moduleType()
ResourceAction resourceAction()
RestResources restResources()
WorkflowCondition workflowCondition()
WorkflowFunction workflowFunction()
WorkflowValidator workflowValidator()
[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-plugin"

Public Constructors

public ReferencePlugin (WebTester tester, Administration administration, LocatorFactory locators, Navigation navigation)

Public Methods

public EchoFunction getEchoFunction ()

public String getKey ()

public IssueTabPanel issueTabPanel ()

public ReferenceModuleType moduleType ()

public ResourceAction resourceAction ()

public RestResources restResources ()

public WorkflowCondition workflowCondition ()

public WorkflowFunction workflowFunction ()

public WorkflowValidator workflowValidator ()