com.atlassian.jira.admin.IntroductionProperty |
![]() |
Abstraction for the JIRA "Introduction" text, which can be configured in the General Configuration. When running in JIRA OnDemand, the introduction can uses wiki-markup and is always HTML-encoded before rendering.
In regular behind-the-firewall JIRA it accepts HTML and does not perform encoding.Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the description HTML for the introduction field.
| |||||||||||
Returns the edit HTML for this renderable application property.
| |||||||||||
Returns the value of the introduction property value in raw format.
| |||||||||||
Returns the view HTML for the introduction property.
| |||||||||||
Sets the value of the introduction property.
|
Returns the description HTML for the introduction field.
Returns the edit HTML for this renderable application property.
fieldName | the field name to use in the generated HTML |
---|
Returns the value of the introduction property value in raw format.
Returns the view HTML for the introduction property.
Sets the value of the introduction property.
value | a String containing the property |
---|