public interface

PropertyDescriptions

com.atlassian.jira.admin.PropertyDescriptions

Class Overview

Interface for renderable property description getter.

Summary

Public Methods
String getBtfDescriptionHtml()
Returns this property's description in BTF.
String getOnDemandDescriptionHtml()
Returns this property's description in OnDemand.

Public Methods

public String getBtfDescriptionHtml ()

Returns this property's description in BTF. This method returns HTML so care must be taken to HTML-encode any user input.

Returns
  • a String containing the description HTML for BTF

public String getOnDemandDescriptionHtml ()

Returns this property's description in OnDemand. This method returns HTML so care must be taken to HTML-encode any user input.

Returns
  • a String containing the description HTML for OnDemand