DownloadWorkParams

Work parameters for the DownloadDiscovery work action.

Properties

Link copied to clipboard

The file to save the schema to.

Link copied to clipboard
abstract val schemaId: Property<String>

The schema's ID. Currently used for additional debugging.

Link copied to clipboard
abstract val schemaUrl: Property<String>

The URL of the schema to download.

Functions

Link copied to clipboard
open operator fun component1(): String

Retrieves the schemaUrl via destructuring syntax.

Link copied to clipboard
open operator fun component2(): String

Retrieves the schemaId via destructuring syntax.

Link copied to clipboard
open operator fun component3(): RegularFile

Retrieves the outputFile via destructuring syntax.