B - builder typepublic abstract static class BuildSettings.Builder<B extends BuildSettings.Builder<B>> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
B |
artifact(String artifact)
Set the artifact ID of the project.
|
BuildSettings |
build()
Build a
BuildSettings with the current state of this builder. |
B |
group(String group)
Set the group ID of the project.
|
protected B |
self() |
B |
version(String version)
Set the version of the project.
|
public B group(String group)
group - the group IDpublic B artifact(String artifact)
artifact - the artifact IDpublic B version(String version)
version - the versionprotected B self()
public BuildSettings build()
BuildSettings with the current state of this builder.BuildSettingsCopyright © 2020 Pivotal Software, Inc.. All rights reserved.