com.atlassian.jira.dev.reference.plugin.rpc
Class ReferenceXmlRpcServiceImpl

java.lang.Object
  extended by com.atlassian.jira.dev.reference.plugin.rpc.ReferenceXmlRpcServiceImpl
All Implemented Interfaces:
ReferenceXmlRpcService

public class ReferenceXmlRpcServiceImpl
extends Object
implements ReferenceXmlRpcService

Implementation of the reference XML-RPC service.

Since:
v4.4

Constructor Summary
ReferenceXmlRpcServiceImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Method Summary
 String getVersion()
          Get version of the plugin this service is running in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceXmlRpcServiceImpl

public ReferenceXmlRpcServiceImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
Method Detail

getVersion

public String getVersion()
Description copied from interface: ReferenceXmlRpcService
Get version of the plugin this service is running in.

Specified by:
getVersion in interface ReferenceXmlRpcService
Returns:
reference plugin version


Copyright © 2002-2012 Atlassian. All Rights Reserved.