com.atlassian.jira.dev.reference.plugin.services
Class ReferenceDebugService

java.lang.Object
  extended by com.atlassian.jira.service.AbstractService
      extended by com.atlassian.jira.service.services.DebugService
          extended by com.atlassian.jira.dev.reference.plugin.services.ReferenceDebugService
All Implemented Interfaces:
ObjectConfigurable, JiraService, Runnable

public class ReferenceDebugService
extends DebugService

A reference debugging service.

Since:
v4.3

Field Summary
 
Fields inherited from class com.atlassian.jira.service.AbstractService
name
 
Fields inherited from interface com.atlassian.jira.service.JiraService
NAME_COMPARATOR
 
Constructor Summary
ReferenceDebugService()
           
 
Method Summary
 ObjectConfiguration getObjectConfiguration()
          Retrieves an object configuration object with properties that can be set
 
Methods inherited from class com.atlassian.jira.service.services.DebugService
destroy, getDescription, run
 
Methods inherited from class com.atlassian.jira.service.AbstractService
getDefaultProperty, getKey, getLongProperty, getName, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty, init, isInternal, isUnique, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceDebugService

public ReferenceDebugService()
Method Detail

getObjectConfiguration

public ObjectConfiguration getObjectConfiguration()
                                           throws ObjectConfigurationException
Description copied from interface: ObjectConfigurable
Retrieves an object configuration object with properties that can be set

Specified by:
getObjectConfiguration in interface ObjectConfigurable
Overrides:
getObjectConfiguration in class DebugService
Returns:
ObjectConfiguration object
Throws:
ObjectConfigurationException


Copyright © 2002-2012 Atlassian. All Rights Reserved.