| Package | Description |
|---|---|
| org.gradle.testfixtures |
Classes and interfaces for testing custom task and plugin implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectBuilder |
ProjectBuilder.builder()
Creates a project builder.
|
ProjectBuilder |
ProjectBuilder.withName(String name)
Specifies the name for the project
|
ProjectBuilder |
ProjectBuilder.withParent(Project parent)
Specifies the parent project.
|
ProjectBuilder |
ProjectBuilder.withProjectDir(File dir)
Specifies the project directory for the project to build.
|
Copyright © 2013. All rights reserved