| Class | Description |
|---|---|
| ApplicationContainer | A domain container that allows for defining "Snowflake Applications." |
| CreateCloneTask | A Gradle task for creating ephemeral testing environments in Snowflake. |
| DropCloneTask | A Gradle task for dropping ephemeral testing environments. |
| SnowConfig | A class for parsing a credentials config file. |
| Snowflake | A class that manages connecting to Snowflake, as well as providing information about that connection. |
| SnowflakeExtension | The plugin configuration extension that is applied to the Gradle project as 'snowflake'. |
| SnowflakeJvm | A Cacheable Gradle task for publishing UDFs and procedures to Snowflake. |
| SnowflakePlugin | A Gradle plugin for publishing UDFs to Snowflake. |
| SnowflakeSpec | A Spock specification for functional testing in Snowflake. |
| SnowflakeTask | A superclass for creating Gradle tasks that work with Snowflake. |