Update Suggestion
data class UpdateSuggestion(val groupId: String, val artifactId: String, val currentVersion: String, val newVersion: String, val reason: UpdateReason, val targetType: UpdateTargetType = UpdateTargetType.DIRECT, val viaDirectCoordinate: String? = null, val ecosystem: Ecosystem = Ecosystem.MAVEN)
Constructors
Link copied to clipboard
constructor(groupId: String, artifactId: String, currentVersion: String, newVersion: String, reason: UpdateReason, targetType: UpdateTargetType = UpdateTargetType.DIRECT, viaDirectCoordinate: String? = null, ecosystem: Ecosystem = Ecosystem.MAVEN)