Interface UpdatableCodeStreamField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,CodeStreamField
,Field
- Since:
- 3.24.10
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPlainText
(String value) Sets the content in plain text.Methods inherited from interface com.polarion.alm.shared.api.model.fields.CodeStreamField
getAsString
Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, label, render
-
Method Details
-
setPlainText
Sets the content in plain text. The value is trimmed before storing it- Parameters:
value
- the value in plain text
-