public class PluginStudioHooks extends Object implements StudioHooks
StudioHooks
that delegates its all calls to a plugin that implements the
StudioHooks
interface. All calls are delegated to VanillaStudioHooks
such a plugin
does not exist.Modifier and Type | Class and Description |
---|---|
static class |
PluginStudioHooks.Cache |
Constructor and Description |
---|
PluginStudioHooks(com.atlassian.plugin.PluginAccessor accessor,
com.atlassian.event.api.EventPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
StudioLicenseHooks |
getLicenseHooks()
Called by JIRA to get an instance of StudioLicenseHooks that it will callback when making some licensing
decisions.
|
public PluginStudioHooks(com.atlassian.plugin.PluginAccessor accessor, com.atlassian.event.api.EventPublisher publisher)
@Nonnull public StudioLicenseHooks getLicenseHooks()
StudioHooks
StudioLicenseHooks
for more details.getLicenseHooks
in interface StudioHooks
Copyright © 2002-2015 Atlassian. All Rights Reserved.