ru.tinkoff.plugins.buildmetrics.api.handlers.BuildHandler.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.handlers
import java.io.Serializable
fun interface BuildHandler : Serializable {
fun handle()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy