Package-level declarations

Types

Link copied to clipboard
abstract class EmbedCodeExtension

Configures Embed Code for a Gradle project.

Link copied to clipboard
class EmbedCodePlugin : Plugin<Project>

Registers automatic installation and execution tasks for Embed Code.

Link copied to clipboard
@DisableCachingByDefault(because = "Embed Code checks or updates documentation files in place")
abstract class EmbedCodeTask : DefaultTask

Runs Embed Code in either check or embed mode.

Link copied to clipboard
@DisableCachingByDefault(because = "Release assets come from external URLs that may change")
abstract class InstallEmbedCodeTask : DefaultTask

Downloads and prepares the Embed Code executable selected for the host.