|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.plugin.link.DefaultLinkProviderManager
@Service(value="gh-linkProviderManager") public class DefaultLinkProviderManager
Default implementation of a LinkProviderManager.
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.greenhopper.plugin.link.LinkProviderManager |
|---|
SERVICE |
| Constructor Summary | |
|---|---|
DefaultLinkProviderManager()
|
|
| Method Summary | |
|---|---|
java.util.List<Link> |
getLinks(Board board)
Get all links for a given Board. |
java.util.List<Link> |
getLinks(Board board,
com.atlassian.jira.issue.Issue issue)
Get all links for a given Board and Issue. |
java.util.List<Link> |
getLinks(LinkContext context)
Get all links for a given LinkContext. |
void |
onEvent(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
Make sure we clear the linkproviders cache every time a module is disabled/uninstalled |
void |
onEvent(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
Make sure we clear the linkproviders cache every time a module is enabled/installed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLinkProviderManager()
| Method Detail |
|---|
public java.util.List<Link> getLinks(Board board)
getLinks in interface LinkProviderManager
public java.util.List<Link> getLinks(Board board,
com.atlassian.jira.issue.Issue issue)
getLinks in interface LinkProviderManagerpublic java.util.List<Link> getLinks(LinkContext context)
getLinks in interface LinkProviderManager@EventListener public void onEvent(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
@EventListener public void onEvent(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||