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

package org.octopusden.octopus.infrastructure.sonarqubeclient.dto

import java.time.OffsetDateTime

class SonarQubeMetricValue(val date: OffsetDateTime, val value: String = "0")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy