Interface IssueViewModuleDescriptor

All Superinterfaces:
com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor, JiraResourcedModuleDescriptor<IssueView>, com.atlassian.plugin.ModuleDescriptor<IssueView>, OrderableModuleDescriptor, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware
All Known Implementing Classes:
IssueViewModuleDescriptorImpl

public interface IssueViewModuleDescriptor extends JiraResourcedModuleDescriptor<IssueView>, OrderableModuleDescriptor, com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor
An issue view allows you to view an issue in different ways (eg XML, Word, PDF)
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     

    Methods inherited from interface com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor

    getCondition

    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.jira.plugin.OrderableModuleDescriptor

    getOrder

    Methods inherited from interface com.atlassian.plugin.Resourced

    getResourceDescriptor, getResourceDescriptors, getResourceLocation

    Methods inherited from interface com.atlassian.plugin.ScopeAware

    getScopeKey
  • Method Details

    • getIssueView

      IssueView getIssueView()
    • getFileExtension

      String getFileExtension()
    • getContentType

      String getContentType()
    • getURLWithoutContextPath

      String getURLWithoutContextPath(String issueKey)