public class ProjectPermissionOverrideDescriptorCache extends Object implements Startable
Constructor and Description |
---|
ProjectPermissionOverrideDescriptorCache(com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
List<ProjectPermissionOverrideModuleDescriptor> |
getProjectPermissionOverrideDescriptors() |
void |
onJiraPluginCacheResetEvent(JiraPluginCacheResetEvent event) |
protected void |
reloadCache() |
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
public ProjectPermissionOverrideDescriptorCache(com.atlassian.event.api.EventPublisher eventPublisher)
@EventListener public void onJiraPluginCacheResetEvent(JiraPluginCacheResetEvent event)
public List<ProjectPermissionOverrideModuleDescriptor> getProjectPermissionOverrideDescriptors()
public void start() throws Exception
Startable
protected void reloadCache()
Copyright © 2002-2019 Atlassian. All Rights Reserved.