|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.internal.ConventionTask org.gradle.api.tasks.GradleBuild
public class GradleBuild extends ConventionTask
Executes a Gradle build.
Constructor Summary | |
GradleBuild(StartParameter currentBuild, GradleLauncherFactory gradleLauncherFactory)
|
Method Summary | |
---|---|
File
|
getBuildFile()
Returns the build file that should be used for this build. |
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. |
List
|
getTasks()
Returns the tasks that should be executed for this build. |
void
|
setBuildFile(Object file)
Sets the build file that should be used for this build. |
void
|
setDir(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(Collection tasks)
Sets the tasks that should be executed for this build. |
Constructor Detail |
---|
@Inject public GradleBuild(StartParameter currentBuild, GradleLauncherFactory gradleLauncherFactory)
Method Detail |
---|
public File getBuildFile()
public File getDir()
public StartParameter getStartParameter()
public List getTasks()
public void setBuildFile(Object file)
file
- The build file. May be null to use the default build file for the build.
public void setDir(Object dir)
dir
- The project directory. Should not be null.
public void setStartParameter(StartParameter startParameter)
startParameter
- the parameters. Should not be null.
public void setTasks(Collection tasks)
tasks
- The task names. May be empty or null to use the default tasks for the build.
Gradle API 1.12