TeamCity Kotlin DSL
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
CustomChart
/
AbstractSeries
Abstract
Series
abstract
class
AbstractSeries
(
var
title
:
String
,
var
color
:
String
?
)
Content copied to clipboard
Abstract class for Series
Constructors
Properties
See also
Inheritors
See also
jetbrains.
build
Server.
configs.
kotlin.
Custom
Chart.
Serie
jetbrains.
build
Server.
configs.
kotlin.
Custom
Chart.
Pattern
Series
Constructors
Abstract
Series
Link copied to clipboard
fun
AbstractSeries
(
title
:
String
,
color
:
String
?
)
Content copied to clipboard
Properties
color
Link copied to clipboard
var
color
:
String
?
Content copied to clipboard
title
Link copied to clipboard
var
title
:
String
Content copied to clipboard
Inheritors
Serie
Link copied to clipboard
PatternSeries
Link copied to clipboard