TeamCity Kotlin DSL 2026.1 EAP
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
TeamCity Kotlin DSL 2026.1 EAP
TeamCity Kotlin DSL 2026.1 EAP
/
jetbrains.buildServer.configs.kotlin
/
CustomChart
/
AbstractSeries
Abstract
Series
abstract
class
AbstractSeries
(
var
title
:
String
,
var
color
:
String
?
)
Abstract class for Series
See also
Custom
Chart.
Serie
Custom
Chart.
Pattern
Series
Inheritors
Serie
PatternSeries
Members
Constructors
Abstract
Series
Link copied to clipboard
constructor
(
title
:
String
,
color
:
String
?
)
Properties
color
Link copied to clipboard
var
color
:
String
?
title
Link copied to clipboard
var
title
:
String