public class

AutoGroupAdderImpl

extends Object
implements Startable AutoGroupAdder
java.lang.Object
   ↳ com.atlassian.jira.user.AutoGroupAdderImpl

Class Overview

Registers an AutoGroupAdderListener.

Summary

Public Constructors
AutoGroupAdderImpl(DirectoryManager directoryManager, EventPublisher eventPublisher)
Public Methods
void start()
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.extension.Startable

Public Constructors

public AutoGroupAdderImpl (DirectoryManager directoryManager, EventPublisher eventPublisher)

Public Methods

public void start ()

This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Throws
Exception