| com.atlassian.plugin.tracker.PluginModuleTracker.Customizer<M, T extends com.atlassian.plugin.ModuleDescriptor<M>> |
Implement this to customize how and which descriptors are stored
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called before adding the descriptor to the internal tracker
| |||||||||||
Called after the descriptor has been removed from the internal tracker
| |||||||||||
Called before adding the descriptor to the internal tracker
| descriptor | The new descriptor |
|---|
Called after the descriptor has been removed from the internal tracker
| descriptor | The descriptor that was removed |
|---|