public class

PluginStudioHooks

extends Object
implements StudioHooks
java.lang.Object
   ↳ com.atlassian.jira.studio.PluginStudioHooks

Class Overview

An implementation of 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.

Summary

Nested Classes
class PluginStudioHooks.Cache  
Public Constructors
PluginStudioHooks(PluginAccessor accessor, EventPublisher publisher)
Public Methods
@Nonnull StudioLicenseHooks getLicenseHooks()
Called by JIRA to get an instance of StudioLicenseHooks that it will callback when making some licensing decisions.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.plugin.studio.StudioHooks

Public Constructors

public PluginStudioHooks (PluginAccessor accessor, EventPublisher publisher)

Public Methods

@Nonnull public StudioLicenseHooks getLicenseHooks ()

Called by JIRA to get an instance of StudioLicenseHooks that it will callback when making some licensing decisions. See StudioLicenseHooks for more details.

Returns
  • an instance of StudioLicenseHooks that JIRA will use to make some licensing decisions.