public class ClojureNRepl
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
ClojureNRepl(org.gradle.workers.WorkerExecutor workerExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ClojureNRepl |
forkOptions(org.gradle.api.Action<? super ClojureForkOptions> configureAction) |
org.gradle.api.file.FileCollection |
getClasspath() |
ClojureForkOptions |
getForkOptions() |
int |
getPort() |
void |
run() |
void |
setClasspath(org.gradle.api.file.FileCollection classpath) |
void |
setPort(int port) |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputDirectory, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Inject public ClojureNRepl(org.gradle.workers.WorkerExecutor workerExecutor)
public void run()
public ClojureForkOptions getForkOptions()
public ClojureNRepl forkOptions(org.gradle.api.Action<? super ClojureForkOptions> configureAction)
@Classpath public org.gradle.api.file.FileCollection getClasspath()
public void setClasspath(org.gradle.api.file.FileCollection classpath)
@Input public int getPort()
public void setPort(int port)