ru.tinkoff.plugins.buildmetrics.api.metrics.Metric.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of build-metrics-api Show documentation
Show all versions of build-metrics-api Show documentation
Extension for tinkoff build metrics gradle plugin.
The newest version!
package ru.tinkoff.plugins.buildmetrics.api.metrics
import ru.tinkoff.plugins.buildmetrics.api.labels.Label
import java.io.Serializable
class Metric(
val name: String,
val value: T,
val labels: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy