Package-level declarations

Types

Link copied to clipboard
open class ExposedExtension

The root extension for the Exposed Gradle Plugin.

Link copied to clipboard
class ExposedGradlePlugin : Plugin<Project>

A plugin extension of the Gradle build tool that applies configured automations to specific Exposed functionality.

Link copied to clipboard
interface GenerateMigrationsParameters : WorkParameters

Parameter objects for the migrations extension's work actions.

Link copied to clipboard
abstract class GenerateMigrationsTask : DefaultTask

Task for generating SQL migration scripts from Exposed table definitions. Uses the Gradle Workers API for better isolation and parallel execution.

Link copied to clipboard

Represents the implementation of a unit of work to be used when submitting work to the migrations extension work executor.

Link copied to clipboard

Configuration of the migrations extension for the Exposed Gradle Plugin.

Link copied to clipboard

The standardized format used for the version sub-pattern of a migration script's filename. The version sub-pattern is the part of the filename that occurs between the prefix and the description separator.