DownloadArtifact

A DSL structure representing the download 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
@get:Optional
var outputFileName: String? = null

Customizable file name of the remote file to be downloaded. The artifact name fetched from the schema registry is applied if omitted.

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

The directory to where the remote file should be downloaded to.

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.