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

java.lang.Object
  extended by com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
      extended by com.atlassian.jira.functest.framework.admin.plugins.ReferenceModuleType.ReferenceModuleImplementation
Enclosing class:
ReferenceModuleType

public static class ReferenceModuleType.ReferenceModuleImplementation
extends AbstractPluginModule


Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
administration, pluginKey
 
Constructor Summary
protected ReferenceModuleType.ReferenceModuleImplementation(String pluginKey, net.sourceforge.jwebunit.WebTester webTester, Administration administration, LocatorFactory locators, String moduleKey, String moduleName, String moduleDesc)
           
 
Method Summary
 boolean isAvailable()
           
 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.ReferenceModuleImplementation

protected ReferenceModuleType.ReferenceModuleImplementation(String pluginKey,
                                                            net.sourceforge.jwebunit.WebTester webTester,
                                                            Administration administration,
                                                            LocatorFactory locators,
                                                            String moduleKey,
                                                            String moduleName,
                                                            String moduleDesc)
Method Detail

isAvailable

public boolean isAvailable()

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.