com.atlassian.jira.admin
Interface PropertyDescriptions


public interface PropertyDescriptions

Interface for renderable property description getter.

Since:
v5.0.7

Method Summary
 String getBtfDescriptionHtml()
          Returns this property's description in BTF.
 String getOnDemandDescriptionHtml()
          Returns this property's description in OnDemand.
 

Method Detail

getBtfDescriptionHtml

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
Since:
v5.0.7

getOnDemandDescriptionHtml

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
Since:
v5.0.7


Copyright © 2002-2013 Atlassian. All Rights Reserved.