Artifact

open class Artifact

A DSL structure representing the basic artifact details.

Constructors

Link copied to clipboard
fun Artifact()

Properties

Link copied to clipboard
@get:Input
@get:Optional
var groupId: String? = null

The specific group ID from the schema registry. Default group ID is applied if omitted.

Link copied to clipboard
@get:Input
lateinit var id: String

The corresponding artifact ID from the schema registry.

Link copied to clipboard
@get:Input
@get:Optional
var version: String? = null

The specific version from the schema registry. The latest version is considered implicitly if omitted.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard