Interface TestRunRenderer
- All Superinterfaces:
BasicRenderer
,Renderer<TestRunRenderer>
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionConfigures which field is used to determine the icon, in case the icon is rendered (seeRenderer.withIcon()
).withRevisionIconInBaseline
(boolean withRevisionIconInBaseline) IfRenderer.withRevisionIconInBaseline(boolean)
is called withtrue
,Renderer.withRevisionIcon(boolean)
is called withtrue
and the rendered object has no requested revision, then the current baseline's revision (if any) is used as the tooltip on the revision icon.Shortcut for callingwithTemplate(boolean)
with true.withTemplate
(boolean value) Default is false when this method is not used.withTemplateIcon
(boolean value) Shortcut for callingwithTitle(boolean)
with true.withTitle
(boolean value) Default is false when this method is not used.Methods inherited from interface com.polarion.alm.shared.api.model.Renderer
htmlFor, htmlTo, openLinksInNewWindow, openLinksInNewWindow, withBaselineIcon, withBaselineIcon, withIcon, withIcon, withLinks, withLinks, withRevisionIcon, withRevisionIcon, withRevisionOrBaselineIcon, withText, withText
-
Method Details
-
withTemplate
Default is false when this method is not used. -
withTemplate
Shortcut for callingwithTemplate(boolean)
with true. -
withTitle
Default is false when this method is not used.- Since:
- 3.10.1
-
withTitle
Shortcut for callingwithTitle(boolean)
with true.- Since:
- 3.10.1
-
iconField
Configures which field is used to determine the icon, in case the icon is rendered (seeRenderer.withIcon()
). Has no effect if icon is not rendered. If type of the field is not supported for this purpose, the icon will be omitted. Currently only fields of typeEnumOptionField
are supported. By default the status field will be used.- Since:
- 3.9.3
-
withRevisionIconInBaseline
Description copied from interface:Renderer
IfRenderer.withRevisionIconInBaseline(boolean)
is called withtrue
,Renderer.withRevisionIcon(boolean)
is called withtrue
and the rendered object has no requested revision, then the current baseline's revision (if any) is used as the tooltip on the revision icon.- Specified by:
withRevisionIconInBaseline
in interfaceRenderer<TestRunRenderer>
-
withTemplateIcon
- Since:
- 3.23.4
-