|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueLinkRendererModuleDescriptor
Module descriptor for an issue link renderer that customises the way issue links are rendered.
| Method Summary | |
|---|---|
String |
getFinalHtml(RemoteIssueLink remoteIssueLink)
Returns the final HTML to place between the relationship text and the delete icon. |
String |
getInitialHtml(RemoteIssueLink remoteIssueLink)
Returns the initial HTML to place between the relationship text and the delete icon. |
boolean |
handlesApplicationType(String applicationType)
Returns true if the module descriptor can handle the application type. |
boolean |
isDefaultHandler()
Returns true if the module descriptor is the default handler for issue links. |
| Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
|---|
getHtml, getHtml, getI18nBean, writeHtml |
| Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
|---|
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion |
| Methods inherited from interface com.atlassian.plugin.Resourced |
|---|
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation |
| Method Detail |
|---|
boolean isDefaultHandler()
boolean handlesApplicationType(String applicationType)
isDefaultHandler().
applicationType - application type to handle
String getInitialHtml(RemoteIssueLink remoteIssueLink)
remoteIssueLink - remote issue link
String getFinalHtml(RemoteIssueLink remoteIssueLink)
remoteIssueLink - remote issue link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||