api / org.gradle.play.plugins

Package org.gradle.play.plugins

Types

PlayApplicationPlugin

open class PlayApplicationPlugin : Plugin<Project>

Plugin for Play Framework component support. Registers the org.gradle.play.PlayApplicationSpec component type for the components container.

PlayCoffeeScriptPlugin

open class PlayCoffeeScriptPlugin : Plugin<Project>

Plugin for adding coffeescript compilation to a Play application. Adds support for defining org.gradle.language.coffeescript.CoffeeScriptSourceSet source sets. A "coffeeScript" source set is created by default.

PlayDistributionPlugin

open class PlayDistributionPlugin : RuleSource

A plugin that adds a distribution zip to a Play application build.

PlayJavaScriptPlugin

open class PlayJavaScriptPlugin : Plugin<Project>

Plugin for adding javascript processing to a Play application. Registers "javascript" language support with the org.gradle.language.javascript.JavaScriptSourceSet.

PlayPlugin

open class PlayPlugin : Plugin<Project>

Plugin for Play Framework component support. Registers the org.gradle.play.PlayApplicationSpec component type for the components container.

PlayPluginConfigurations

open class PlayPluginConfigurations

Conventional locations and names for play plugins.

PlayRoutesPlugin

open class PlayRoutesPlugin : RuleSource

Plugin for compiling Play routes sources in a Play application.

PlayTestPlugin

open class PlayTestPlugin : RuleSource

Plugin for executing tests from a Play Framework application.

PlayTwirlPlugin

open class PlayTwirlPlugin : RuleSource

Plugin for compiling Twirl sources in a Play application.