public class DebugService extends AbstractService
name, SERVICE_EVENTNAME_COMPARATOR| Constructor and Description |
|---|
DebugService() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
This method is called when the service is unloaded (usually when the web application or server
is being shut down).
|
String |
getDescription()
A textual description of the service.
|
ObjectConfiguration |
getObjectConfiguration()
Retrieves an object configuration object with properties that can be set
|
void |
run()
This method must be implemented in a subclass, and performs the functionality
that the service performs.
|
getDefaultProperty, getKey, getLongProperty, getName, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty, init, isInternal, isUnique, setNamepublic void run()
AbstractServicerun in interface JiraServicerun in interface Runnablerun in class AbstractServiceJiraService.init(com.opensymphony.module.propertyset.PropertySet)public void destroy()
AbstractServicedestroy in interface JiraServicedestroy in class AbstractServicepublic String getDescription()
JiraServicegetDescription in interface JiraServicegetDescription in class AbstractServicepublic ObjectConfiguration getObjectConfiguration() throws ObjectConfigurationException
ObjectConfigurableObjectConfigurationExceptionCopyright © 2002-2015 Atlassian. All Rights Reserved.