public class GradleBuild
extends org.gradle.api.internal.ConventionTask
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor | Description |
---|---|
GradleBuild() |
Modifier and Type | Method | Description |
---|---|---|
java.io.File |
getBuildFile() |
Returns the build file that should be used for this build.
|
java.io.File |
getDir() |
Returns the project directory for the build.
|
StartParameter |
getStartParameter() |
Returns the full set of parameters that will be used to execute the build.
|
java.util.List<java.lang.String> |
getTasks() |
Returns the tasks that should be executed for this build.
|
void |
setBuildFile(java.lang.Object file) |
Sets the build file that should be used for this build.
|
void |
setDir(java.lang.Object dir) |
Sets the project directory for the build.
|
void |
setStartParameter(StartParameter startParameter) |
Sets the full set of parameters that will be used to execute the build.
|
void |
setTasks(java.util.Collection<java.lang.String> tasks) |
Sets the tasks that should be executed for this build.
|
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, 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, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
@Internal public StartParameter getStartParameter()
public void setStartParameter(StartParameter startParameter)
startParameter
- the parameters. Should not be null.@Internal public java.io.File getDir()
public void setDir(java.lang.Object dir)
dir
- The project directory. Should not be null.@Optional @InputFile public java.io.File getBuildFile()
public void setBuildFile(java.lang.Object file)
file
- The build file. May be null to use the default build file for the build.@Input public java.util.List<java.lang.String> getTasks()
public void setTasks(java.util.Collection<java.lang.String> tasks)
tasks
- The task names. May be empty or null to use the default tasks for the build.