public class BuildSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildSettings.Builder<B extends BuildSettings.Builder>
Builder for build settings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BuildSettings(BuildSettings.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifact()
Return the identifier of the project.
|
String |
getGroup()
Return the identifier of the group for the project.
|
String |
getVersion()
Return the version of the project.
|
protected BuildSettings(BuildSettings.Builder<?> builder)
public String getGroup()
nullpublic String getArtifact()
nullpublic String getVersion()
nullCopyright © 2019 Pivotal Software, Inc.. All rights reserved.