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

java.lang.Object
  extended by com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
      extended by com.atlassian.jira.functest.framework.admin.plugins.ReferencePluginModule
          extended by com.atlassian.jira.functest.framework.admin.plugins.ReferenceModuleType

public class ReferenceModuleType
extends ReferencePluginModule

Represents reference module type in the reference plugin.

Since:
v4.4

Nested Class Summary
static class ReferenceModuleType.ReferenceModuleImplementation
           
 
Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
administration, pluginKey
 
Constructor Summary
ReferenceModuleType(net.sourceforge.jwebunit.WebTester webTester, Administration administration, LocatorFactory locators)
           
 
Method Summary
 ReferenceModuleType.ReferenceModuleImplementation internalWithI18n()
           
 ReferenceModuleType.ReferenceModuleImplementation internalWithoutI18n()
           
 String moduleKey()
          Module key.
 String moduleName()
          Name of the module
 
Methods inherited from class com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
completeModuleKey, disable, enable, isEnabled, isInstalled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceModuleType

public ReferenceModuleType(net.sourceforge.jwebunit.WebTester webTester,
                           Administration administration,
                           LocatorFactory locators)
Method Detail

moduleKey

public String moduleKey()
Description copied from class: AbstractPluginModule
Module key.

Specified by:
moduleKey in class AbstractPluginModule
Returns:
module key

moduleName

public String moduleName()
Description copied from class: AbstractPluginModule
Name of the module

Specified by:
moduleName in class AbstractPluginModule
Returns:
name of the module

internalWithI18n

public ReferenceModuleType.ReferenceModuleImplementation internalWithI18n()

internalWithoutI18n

public ReferenceModuleType.ReferenceModuleImplementation internalWithoutI18n()


Copyright © 2002-2013 Atlassian. All Rights Reserved.