public class IndexSnapshotService extends AbstractService
log, name, SERVICE_EVENTNAME_COMPARATOR| Constructor and Description |
|---|
IndexSnapshotService(IndexSnapshotOperator indexSnapshotOperator) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Return the key of this object
|
ObjectConfiguration |
getObjectConfiguration()
Retrieves an object configuration object with properties that can be set
|
static String |
getServiceName() |
boolean |
isInternal()
By default, returns false.
|
boolean |
isUnique()
By default, services are not unique.
|
void |
run()
This method must be implemented in a subclass, and performs the functionality
that the service performs.
|
destroy, getDefaultProperty, getDescription, getLongProperty, getName, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty, init, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic IndexSnapshotService(IndexSnapshotOperator indexSnapshotOperator)
public String getKey()
ObjectConfigurablegetKey in interface ObjectConfigurablegetKey in class AbstractServicepublic boolean isUnique()
AbstractServiceisUnique in interface JiraServiceisUnique in class AbstractServicepublic boolean isInternal()
AbstractServiceisInternal in interface JiraServiceisInternal in class AbstractServicepublic void run()
AbstractServicerun in interface JiraServicerun in interface Runnablerun in class AbstractServiceJiraService.init(com.opensymphony.module.propertyset.PropertySet)public ObjectConfiguration getObjectConfiguration() throws ObjectConfigurationException
ObjectConfigurableObjectConfigurationExceptionpublic static String getServiceName()
Copyright © 2002-2024 Atlassian. All Rights Reserved.