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

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

public class RestResources
extends ReferencePluginModule

Represents the rest resources included in the reference plugin.

Since:
4.4

Nested Class Summary
 class RestResources.EndPoint
          Represents the "endpoint" resource included in the reference plugin.
 
Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.admin.plugins.AbstractPluginModule
administration, pluginKey
 
Constructor Summary
RestResources(net.sourceforge.jwebunit.WebTester tester, Administration administration)
           
 
Method Summary
 RestResources.EndPoint endPoint()
           
 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

RestResources

public RestResources(net.sourceforge.jwebunit.WebTester tester,
                     Administration administration)
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

endPoint

public RestResources.EndPoint endPoint()


Copyright © 2002-2014 Atlassian. All Rights Reserved.