org.octopusden.octopus.infrastructure.sonarqubeclient.dto.SonarQubeComponent.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
package org.octopusden.octopus.infrastructure.sonarqubeclient.dto
data class SonarQubeComponent(
val key: String,
val name: String
)