@Incubating public class PlayRun extends org.gradle.api.internal.ConventionTask
Task.NamerTASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
PlayRun() |
| Modifier and Type | Method and Description |
|---|---|
BaseForkOptions |
getForkOptions()
fork options for the running a play application.
|
int |
getHttpPort() |
void |
run() |
void |
setApplicationJar(File applicationJar) |
void |
setAssetsJar(File assetsJar) |
void |
setHttpPort(int httpPort) |
void |
setPlayApplicationRunnerTool(org.gradle.platform.base.internal.toolchain.ResolvedTool<org.gradle.play.internal.run.PlayApplicationRunner> playApplicationRunnerTool) |
void |
setRuntimeClasspath(FileCollection runtimeClasspath) |
conventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic BaseForkOptions getForkOptions()
public void run()
public int getHttpPort()
public void setHttpPort(int httpPort)
public void setApplicationJar(File applicationJar)
public void setAssetsJar(File assetsJar)
public void setRuntimeClasspath(FileCollection runtimeClasspath)
public void setPlayApplicationRunnerTool(org.gradle.platform.base.internal.toolchain.ResolvedTool<org.gradle.play.internal.run.PlayApplicationRunner> playApplicationRunnerTool)