public class PlayRun
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HTTP_PORT |
| Constructor and Description |
|---|
PlayRun() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.RegularFileProperty |
getApplicationJar()
The Play application jar to run.
|
org.gradle.api.file.ConfigurableFileCollection |
getAssetsDirs()
The directories of the assets for the Play application (for live reload functionality).
|
org.gradle.api.file.RegularFileProperty |
getAssetsJar()
The assets jar to run with the Play application.
|
org.gradle.api.file.ConfigurableFileCollection |
getChangingClasspath()
The changing classpath for the Play application.
|
org.gradle.internal.fingerprint.classpath.ClasspathFingerprinter |
getClasspathFingerprinter() |
org.gradle.deployment.internal.DeploymentRegistry |
getDeploymentRegistry() |
org.gradle.api.internal.file.FileCollectionFactory |
getFileCollectionFactory() |
org.gradle.api.tasks.compile.BaseForkOptions |
getForkOptions()
fork options for the running a Play application.
|
org.gradle.api.provider.Property<Integer> |
getHttpPort()
The HTTP port listened to by the Play application.
|
org.gradle.api.provider.Property<PlayPlatform> |
getPlatform() |
org.gradle.api.file.ConfigurableFileCollection |
getRuntimeClasspath()
The runtime classpath for the Play application.
|
org.gradle.process.internal.worker.WorkerProcessFactory |
getWorkerProcessFactory() |
org.gradle.api.file.DirectoryProperty |
getWorkingDir()
The working directory.
|
void |
run() |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectspublic static final int DEFAULT_HTTP_PORT
public void run()
public org.gradle.api.tasks.compile.BaseForkOptions getForkOptions()
@Internal public org.gradle.api.provider.Property<Integer> getHttpPort()
@Internal public org.gradle.api.file.DirectoryProperty getWorkingDir()
@Classpath public org.gradle.api.file.RegularFileProperty getApplicationJar()
@Classpath public org.gradle.api.file.RegularFileProperty getAssetsJar()
@InputFiles @PathSensitive(value=RELATIVE) public org.gradle.api.file.ConfigurableFileCollection getAssetsDirs()
@Classpath public org.gradle.api.file.ConfigurableFileCollection getRuntimeClasspath()
@Classpath public org.gradle.api.file.ConfigurableFileCollection getChangingClasspath()
public org.gradle.api.provider.Property<PlayPlatform> getPlatform()
@Inject public org.gradle.deployment.internal.DeploymentRegistry getDeploymentRegistry()
@Inject public org.gradle.process.internal.worker.WorkerProcessFactory getWorkerProcessFactory()
@Inject public org.gradle.internal.fingerprint.classpath.ClasspathFingerprinter getClasspathFingerprinter()
@Inject public org.gradle.api.internal.file.FileCollectionFactory getFileCollectionFactory()