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

com.netflix.spinnaker.keel.igor.model.Comment.kt Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package com.netflix.spinnaker.keel.igor.model

/**
 * A comment on a Pull Request or other SCM object.
 */
data class Comment(
  val text: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy