org.octopusden.octopus.infrastructure.sonarqubeclient.dto.SonarQubeMetricValue.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonarqube-client Show documentation
Show all versions of sonarqube-client Show documentation
Octopus module: sonarqube-client
The newest version!
package org.octopusden.octopus.infrastructure.sonarqubeclient.dto
import java.time.OffsetDateTime
class SonarQubeMetricValue(val date: OffsetDateTime, val value: String = "0")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy