public class JoobyTask
extends org.gradle.api.internal.ConventionTask
| Constructor and Description |
|---|
JoobyTask() |
| Modifier and Type | Method and Description |
|---|---|
Set<File> |
getClasspath() |
String |
getCompiler() |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
String |
getLogLevel() |
String |
getMainClassName() |
Set<File> |
getSrc() |
List<String> |
getSrcExtensions() |
List<String> |
getWatchDirs() |
boolean |
isBlock() |
void |
run() |
void |
setBlock(boolean block) |
void |
setClasspath(Set<File> classpath) |
void |
setCompiler(String compiler) |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
void |
setLogLevel(String logLevel) |
void |
setMainClassName(String mainClassName) |
void |
setSrc(Set<File> watchDirs) |
void |
setSrcExtensions(List<String> srcExtensions) |
void |
setWatchDirs(List<String> watchDirs) |
conventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, 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 void setLogLevel(String logLevel)
public String getLogLevel()
public void setBlock(boolean block)
public boolean isBlock()
public String getMainClassName()
public void setMainClassName(String mainClassName)
public String getCompiler()
public void setCompiler(String compiler)
Copyright © 2021. All rights reserved.