Interface JiraRendererModuleDescriptor

All Superinterfaces:
JiraResourcedModuleDescriptor<JiraRendererPlugin>, com.atlassian.plugin.ModuleDescriptor<JiraRendererPlugin>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware
All Known Implementing Classes:
JiraRendererModuleDescriptorImpl

@PublicApi public interface JiraRendererModuleDescriptor extends JiraResourcedModuleDescriptor<JiraRendererPlugin>
Descriptor that defines a JiraRendererModule.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getEditVM(String value, String issueKey, String rendererType, String fieldId, String fieldName, Map params, boolean singleLine)
    This render an editable input field for the given values based on the edit template provided for the renderer.
    getJavaScript(String contextPath)
     
    boolean
     
    boolean
     
    boolean
     

    Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor

    getHtml, getHtml, getI18nBean, writeHtml

    Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

    destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken

    Methods inherited from interface com.atlassian.plugin.Resourced

    getResourceDescriptor, getResourceDescriptors, getResourceLocation

    Methods inherited from interface com.atlassian.plugin.ScopeAware

    getScopeKey
  • Field Details

  • Method Details

    • getCss

      String getCss()
    • getJavaScript

      String getJavaScript(String contextPath)
    • getEditVM

      String getEditVM(String value, String issueKey, String rendererType, String fieldId, String fieldName, Map params, boolean singleLine)
      This render an editable input field for the given values based on the edit template provided for the renderer.
      Returns:
      the renderered html for the edit input
    • isCSSTemplateExists

      boolean isCSSTemplateExists()
    • isJavaScriptTemplateExists

      boolean isJavaScriptTemplateExists()
    • isEditTemplateExists

      boolean isEditTemplateExists()