com.atlassian.jira.user.job
Class RefreshActiveUserCountJob
java.lang.Object
com.atlassian.jira.user.job.RefreshActiveUserCountJob
- All Implemented Interfaces:
- org.quartz.Job
public class RefreshActiveUserCountJob
- extends Object
- implements org.quartz.Job
This job is responsible for flushing the active user count. This is useful if JIRA is running with external
user management, where JIRA can't detect if group membership changes via actions taken in JIRA. The results
of the active user count may be used to lock down JIRA if the user limit enforced by the license has been exceeded.
- Since:
- 3.13
Method Summary |
void |
execute(org.quartz.JobExecutionContext jobExecutionContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefreshActiveUserCountJob
public RefreshActiveUserCountJob()
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2002-2012 Atlassian. All Rights Reserved.