com.atlassian.jira.studio
Class PluginStudioHooks

java.lang.Object
  extended by com.atlassian.jira.studio.PluginStudioHooks
All Implemented Interfaces:
StudioHooks

public class PluginStudioHooks
extends Object
implements StudioHooks

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.

Since:
v4.4.2

Nested Class Summary
static class PluginStudioHooks.Cache
           
 
Constructor Summary
PluginStudioHooks(com.atlassian.plugin.PluginAccessor accessor, com.atlassian.event.api.EventPublisher publisher)
           
 
Method Summary
 StudioLicenseHooks getLicenseHooks()
          Called by JIRA to get an instance of StudioLicenseHooks that it will callback when making some licensing decisions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginStudioHooks

public PluginStudioHooks(com.atlassian.plugin.PluginAccessor accessor,
                         com.atlassian.event.api.EventPublisher publisher)
Method Detail

getLicenseHooks

@Nonnull
public StudioLicenseHooks getLicenseHooks()
Description copied from interface: StudioHooks
Called by JIRA to get an instance of StudioLicenseHooks that it will callback when making some licensing decisions. See StudioLicenseHooks for more details.

Specified by:
getLicenseHooks in interface StudioHooks
Returns:
an instance of StudioLicenseHooks that JIRA will use to make some licensing decisions.


Copyright © 2002-2012 Atlassian. All Rights Reserved.