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, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic void run()
AbstractServicerun in interface JiraServicerun in interface Runnablerun in class AbstractServiceJiraService.init(com.opensymphony.module.propertyset.PropertySet)public void destroy()
AbstractServiceYou may wish to remove any connections that you have established, eg. database connections.
destroy in interface JiraServicedestroy in class AbstractServicepublic String getDescription()
JiraServiceA good description will describe what this service does, and then explains the parameters required for configuring the service.
If no description is appropriate, return null.
getDescription in interface JiraServicegetDescription in class AbstractServicepublic ObjectConfiguration getObjectConfiguration() throws ObjectConfigurationException
ObjectConfigurableObjectConfigurationExceptionCopyright © 2002-2019 Atlassian. All Rights Reserved.