Class AuditLogCleaningService
java.lang.Object
com.atlassian.jira.service.AbstractService
com.atlassian.jira.service.services.auditing.AuditLogCleaningService
- All Implemented Interfaces:
ObjectConfigurable,JiraService,Runnable
Service from periodical cleaning of Audit lig
- Since:
- v6.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
ConstructorsConstructorDescriptionAuditLogCleaningService(AuditingStore auditingStore, ApplicationProperties applicationProperties) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves an object configuration object with properties that can be setvoidrun()This method must be implemented in a subclass, and performs the functionality that the service performs.Methods inherited from class com.atlassian.jira.service.AbstractService
destroy, getDefaultProperty, getDescription, 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
-
AuditLogCleaningService
public AuditLogCleaningService(AuditingStore auditingStore, ApplicationProperties applicationProperties)
-
-
Method Details
-
run
public void run()Description copied from class:AbstractServiceThis method must be implemented in a subclass, and performs the functionality that the service performs. This method is called after the duration specified through the administration web interface.- Specified by:
runin interfaceJiraService- Specified by:
runin interfaceRunnable- Specified by:
runin classAbstractService- See Also:
-
getObjectConfiguration
Description copied from interface:ObjectConfigurableRetrieves an object configuration object with properties that can be set- Returns:
- ObjectConfiguration object
- Throws:
ObjectConfigurationException
-