public class IndexSnapshotService extends AbstractService
log, name, SERVICE_EVENT
NAME_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, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init
public IndexSnapshotService(IndexSnapshotOperator indexSnapshotOperator)
public String getKey()
ObjectConfigurable
getKey
in interface ObjectConfigurable
getKey
in class AbstractService
public boolean isUnique()
AbstractService
isUnique
in interface JiraService
isUnique
in class AbstractService
public boolean isInternal()
AbstractService
isInternal
in interface JiraService
isInternal
in class AbstractService
public void run()
AbstractService
run
in interface JiraService
run
in interface Runnable
run
in class AbstractService
JiraService.init(com.opensymphony.module.propertyset.PropertySet)
public ObjectConfiguration getObjectConfiguration() throws ObjectConfigurationException
ObjectConfigurable
ObjectConfigurationException
public static String getServiceName()
Copyright © 2002-2024 Atlassian. All Rights Reserved.