SchemaConnection

class SchemaConnection(val task: TaskProvider<out Task>, val downloadedSchema: Provider<RegularFile>)

Constructors

Link copied to clipboard
constructor(task: TaskProvider<out Task>, downloadedSchema: Provider<RegularFile>)

Properties

Link copied to clipboard
val downloadedSchema: Provider<RegularFile>

A provider for the schema file. This Provider carries task dependencies so you can use it as input to other tasks

Link copied to clipboard
val task: TaskProvider<out Task>

The task that produces schema