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