@Incubating public class PlayPluginConfigurations extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
| static java.lang.String | COMPILE_CONFIGURATION | |
| static java.lang.String | PLATFORM_CONFIGURATION | |
| static java.lang.String | RUN_CONFIGURATION | |
| static java.lang.String | TEST_COMPILE_CONFIGURATION | 
| Constructor | Description | 
|---|---|
| PlayPluginConfigurations(ConfigurationContainer configurations,
                        DependencyHandler dependencyHandler) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| org.gradle.play.plugins.PlayPluginConfigurations.PlayConfiguration | getPlay() | |
| org.gradle.play.plugins.PlayPluginConfigurations.PlayConfiguration | getPlayPlatform() | |
| org.gradle.play.plugins.PlayPluginConfigurations.PlayConfiguration | getPlayRun() | |
| org.gradle.play.plugins.PlayPluginConfigurations.PlayConfiguration | getPlayTest() | 
public static final java.lang.String PLATFORM_CONFIGURATION
public static final java.lang.String COMPILE_CONFIGURATION
public static final java.lang.String RUN_CONFIGURATION
public static final java.lang.String TEST_COMPILE_CONFIGURATION
public PlayPluginConfigurations(ConfigurationContainer configurations, DependencyHandler dependencyHandler)
public org.gradle.play.plugins.PlayPluginConfigurations.PlayConfiguration getPlayPlatform()
public org.gradle.play.plugins.PlayPluginConfigurations.PlayConfiguration getPlay()
public org.gradle.play.plugins.PlayPluginConfigurations.PlayConfiguration getPlayRun()
public org.gradle.play.plugins.PlayPluginConfigurations.PlayConfiguration getPlayTest()