public static class GradleConfiguration.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(String name) |
| Modifier and Type | Method and Description |
|---|---|
GradleConfiguration |
build()
Build a
GradleConfiguration with the current state of this builder. |
GradleConfiguration.Builder |
extendsFrom(String configurationName)
Add a configuration name that this configuration should extend from.
|
protected Builder(String name)
public GradleConfiguration.Builder extendsFrom(String configurationName)
configurationName - the name of a configuration this configuration should
extend frompublic GradleConfiguration build()
GradleConfiguration with the current state of this builder.GradleConfigurationCopyright © 2022 Pivotal Software, Inc.. All rights reserved.