Build Type Custom Chart
A build-configuration-level Custom Chart
Example.
buildTypeCustomChart {
id = "BuildTypeCustomChart_1"
title = "Chart Title"
seriesTitle = "Series Title"
format = CustomChart.Format.DURATION
series = listOf(
Serie(title = "Build Duration (all stages)", key = SeriesKey.BUILD_DURATION),
Serie(title = "Build Step #1 - Command Line with id RUNNER_14", key = SeriesKey.buildStepDuration("RUNNER_14"))
)
}
Content copied to clipboard
Properties
Link copied to clipboard
The list of options to be checked by default.
Link copied to clipboard
The list of filter names that will not be shown next to the chart.
Link copied to clipboard
The list of data shown on the chart.
Link copied to clipboard
The title above the list of series used on the chart (in the singular form). The default is Serie
.
Link copied to clipboard
Whether the zero value is included on the Y axis.
Functions
Link copied to clipboard
fun booleanParameter(customName: String? = null, trueValue: String? = "true", falseValue: String? = "false"): <Error class: unknown class><Parametrized, <Error class: unknown class><Parametrized, T?>>
Link copied to clipboard
fun <T : CompoundParam<T>> compoundParameter(customName: String? = null): <Error class: unknown class><Parametrized, <Error class: unknown class><Parametrized, T?>>
Link copied to clipboard
Copies parameters of this object to the specified target
Link copied to clipboard
Creates an instance of this project feature via reflection using a no argument constructor, used during copying. Throws an error if this class doesn't have a default constructor. Subclasses can override it to create an instance without using a default constructor.
Link copied to clipboard
fun doubleParameter(customName: String? = null): <Error class: unknown class><Parametrized, <Error class: unknown class><Parametrized, T?>>
Link copied to clipboard
fun <E : Enum<E>> enumParameter(customName: String? = null, mapping: Map<E, String?>? = null): <Error class: unknown class><Parametrized, <Error class: unknown class><Parametrized, T?>>
Link copied to clipboard
Link copied to clipboard
fun intParameter(customName: String? = null): <Error class: unknown class><Parametrized, <Error class: unknown class><Parametrized, T?>>
Link copied to clipboard
Link copied to clipboard
open fun stringParameter(customName: String? = null): <Error class: unknown class><Parametrized, <Error class: unknown class><Parametrized, T?>>
Link copied to clipboard
Validates this object and reports found errors to the provided consumer