Class ReferenceDebugService
java.lang.Object
com.atlassian.jira.service.AbstractService
com.atlassian.jira.service.services.DebugService
com.atlassian.jira.dev.reference.plugin.services.ReferenceDebugService
- All Implemented Interfaces:
ObjectConfigurable,JiraService,Runnable
A reference debugging service.
- Since:
- v4.3
-
Field Summary
Fields inherited from class com.atlassian.jira.service.AbstractService
name, SERVICE_EVENTFields inherited from interface com.atlassian.jira.service.JiraService
NAME_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves an object configuration object with properties that can be setMethods inherited from class com.atlassian.jira.service.services.DebugService
destroy, getDescription, runMethods inherited from class com.atlassian.jira.service.AbstractService
getDefaultProperty, getKey, getLongProperty, getName, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty, init, isInternal, isUnique, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.service.JiraService
init
-
Constructor Details
-
ReferenceDebugService
public ReferenceDebugService()
-
-
Method Details
-
getObjectConfiguration
Description copied from interface:ObjectConfigurableRetrieves an object configuration object with properties that can be set- Specified by:
getObjectConfigurationin interfaceObjectConfigurable- Overrides:
getObjectConfigurationin classDebugService- Returns:
- ObjectConfiguration object
- Throws:
ObjectConfigurationException
-