CompatibilityArtifact

A DSL structure representing the compatibility action specifics.

Constructors

Link copied to clipboard

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
lateinit var path: String

The directory where the local artifact file is located in.

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.