| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.markup.RenderContext.Builder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears any provided
data. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| value | a map containing additional data to make available when rendering, which is appended to any existing data |
|---|
this
| value | TRUE to convert newlines to breaks; FALSE to leave them intact; or
null to use the system-configured default |
|---|
this| value | true to convert newlines to breaks; otherwise, false to leave them intact |
|---|
this
| value | TRUE if HTML should be escaped in the input markup; FALSE to retain HTML;
or null to use the system-configured default |
|---|
this| value | true if HTML should be escaped in the input markup; otherwise, false to
retain HTML |
|---|
this
| value | TRUE if an ID should be added for each rendered header rendered; FALSE to
render headers without IDs; or null to use the system-configured default |
|---|
this| value | true if an ID should be added for each rendered header rendered; otherwise,
false to render headers without IDs |
|---|
this| value | the mode to use when rendering URLs |
|---|
this