All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.octopusden.octopus.infrastructure.sonarqubeclient.dto.SonarQubeMetricValue.kt Maven / Gradle / Ivy

There is a newer version: 2.0.57
Show 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