public interface IntroductionProperty
In regular behind-the-firewall JIRA it accepts HTML and does not perform encoding.
Modifier and Type | Method and Description |
---|---|
String |
getDescriptionHtml()
Returns the description HTML for the introduction field.
|
String |
getEditHtml(String fieldName)
Returns the edit HTML for this renderable application property.
|
String |
getValue()
Returns the value of the introduction property value in raw format.
|
String |
getViewHtml()
Returns the view HTML for the introduction property.
|
void |
setValue(String value)
Sets the value of the introduction property.
|
String getValue()
void setValue(String value)
value
- a String containing the propertyString getViewHtml()
String getEditHtml(String fieldName)
fieldName
- the field name to use in the generated HTMLString getDescriptionHtml()
Copyright © 2002-2019 Atlassian. All Rights Reserved.