public interface IssueLinkRendererModuleDescriptor extends JiraResourcedModuleDescriptor<IssueLinkRenderer>
Modifier and Type | Method and Description |
---|---|
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.
|
getHtml, getHtml, getI18nBean, writeHtml
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
boolean isDefaultHandler()
boolean handlesApplicationType(String applicationType)
isDefaultHandler()
.applicationType
- application type to handleString getInitialHtml(RemoteIssueLink remoteIssueLink)
remoteIssueLink
- remote issue linkString getFinalHtml(RemoteIssueLink remoteIssueLink)
remoteIssueLink
- remote issue linkCopyright © 2002-2024 Atlassian. All Rights Reserved.