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

java.lang.Object
  extended by com.atlassian.jira.functest.framework.admin.plugins.Plugin
      extended by com.atlassian.jira.functest.framework.admin.plugins.ReferencePlugin

public class ReferencePlugin
extends Plugin

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.

Since:
v4.4

Field Summary
static String KEY
           
 
Constructor Summary
ReferencePlugin(net.sourceforge.jwebunit.WebTester tester, Administration administration, LocatorFactory locators, Navigation navigation)
           
 
Method Summary
 EchoFunction getEchoFunction()
           
 String getKey()
           
 IssueTabPanel issueTabPanel()
           
 ReferenceModuleType moduleType()
           
 ResourceAction resourceAction()
           
 RestResources restResources()
           
 WorkflowCondition workflowCondition()
           
 WorkflowFunction workflowFunction()
           
 WorkflowValidator workflowValidator()
           
 
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

ReferencePlugin

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

getKey

public String getKey()

restResources

public RestResources restResources()

workflowCondition

public WorkflowCondition workflowCondition()

workflowFunction

public WorkflowFunction workflowFunction()

workflowValidator

public WorkflowValidator workflowValidator()

moduleType

public ReferenceModuleType moduleType()

resourceAction

public ResourceAction resourceAction()

issueTabPanel

public IssueTabPanel issueTabPanel()

getEchoFunction

public EchoFunction getEchoFunction()


Copyright © 2002-2012 Atlassian. All Rights Reserved.