|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Incubating public interface GradleBuildInvocationSpec
A specification for launching a Gradle build with a specified Gradle version.
| Method Summary | |
|---|---|
List<String> |
getArguments()
The command line arguments (excluding tasks) to invoke the build with. |
String |
getGradleVersion()
The Gradle version to run the build with. |
File |
getProjectDir()
The “root” directory of the build. |
List<String> |
getTasks()
The tasks to execute. |
void |
setArguments(Iterable<String> arguments)
Sets the command line arguments (excluding tasks) to invoke the build with. |
void |
setGradleVersion(String gradleVersion)
Sets the Gradle version to run the build with. |
void |
setProjectDir(Object projectDir)
Sets the “root” directory of the build. |
void |
setTasks(Iterable<String> tasks)
Sets the tasks to execute. |
| Method Detail |
|---|
File getProjectDir()
void setProjectDir(Object projectDir)
Project.file(Object).
projectDir - The “root” directory of the build.String getGradleVersion()
void setGradleVersion(String gradleVersion)
"1.1""1.0-rc-1"
gradleVersion - The Gradle version to run the build with.List<String> getTasks()
void setTasks(Iterable<String> tasks)
tasks - The tasks to execute.List<String> getArguments()
void setArguments(Iterable<String> arguments)
arguments - The command line arguments (excluding tasks) to invoke the build with.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||