Interface UpdatableCodeStreamField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>,CodeStreamField,Field
- Since:
- 3.24.10
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPlainText(String value) Sets the content in plain text.Methods inherited from interface com.polarion.alm.shared.api.model.fields.CodeStreamField
getAsStringMethods 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
-