ru.tinkoff.plugins.buildmetrics.api.labels.Label.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.labels
import java.io.Serializable
class Label(
val name: String,
val value: T
) : Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy