Class DeleteUserLongRunningTask
- java.lang.Object
-
- com.atlassian.core.task.longrunning.AbstractLongRunningTask
-
- com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
-
- com.atlassian.confluence.user.actions.DeleteUserLongRunningTask
-
- All Implemented Interfaces:
com.atlassian.core.task.longrunning.LongRunningTask
,Runnable
public class DeleteUserLongRunningTask extends ConfluenceAbstractLongRunningTask
Removes user in a long running task- Since:
- 6.13.0
-
-
Constructor Summary
Constructors Constructor Description DeleteUserLongRunningTask(I18NBean i18NBean, SettingsManager settingsManager, UserAccessorInternal userAccessor, ConfluenceUser user, com.atlassian.event.api.EventPublisher eventPublisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
protected void
runInternal()
Run the long running process.-
Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle, run
-
-
-
-
Constructor Detail
-
DeleteUserLongRunningTask
public DeleteUserLongRunningTask(I18NBean i18NBean, SettingsManager settingsManager, UserAccessorInternal userAccessor, ConfluenceUser user, com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Detail
-
runInternal
protected void runInternal()
Description copied from class:ConfluenceAbstractLongRunningTask
Run the long running process. When this method exits, the process should be complete.- Specified by:
runInternal
in classConfluenceAbstractLongRunningTask
-
getName
public String getName()
-
-