Package org.gradle.play.plugins
Class PlayApplicationPlugin
- java.lang.Object
-
- org.gradle.play.plugins.PlayApplicationPlugin
-
@Incubating public class PlayApplicationPlugin extends Object implements Plugin<Project>
Plugin for Play Framework component support. Registers thePlayApplicationSpec
component type for the components container.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_HTTP_PORT
static String
RUN_GROUP
-
Constructor Summary
Constructors Constructor Description PlayApplicationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
DEFAULT_HTTP_PORT
public static final int DEFAULT_HTTP_PORT
- See Also:
- Constant Field Values
-
RUN_GROUP
public static final String RUN_GROUP
- See Also:
- Constant Field Values
-
-