public class PlayRun extends DefaultTask
Task.Namer| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HTTP_PORT |
TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
PlayRun() |
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, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects, setLoggerMessageRewriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConventionpublic static final int DEFAULT_HTTP_PORT
public void run()
public BaseForkOptions getForkOptions()
@Internal public Property<Integer> getHttpPort()
@Internal public DirectoryProperty getWorkingDir()
@Classpath public RegularFileProperty getApplicationJar()
@Classpath public RegularFileProperty getAssetsJar()
@InputFiles @PathSensitive(value=RELATIVE) public ConfigurableFileCollection getAssetsDirs()
@Classpath public ConfigurableFileCollection getRuntimeClasspath()
@Classpath public ConfigurableFileCollection getChangingClasspath()
public 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()