public class BuildSettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BuildSettings.Builder<B extends BuildSettings.Builder<B>>
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()
null
public String getArtifact()
null
public String getVersion()
null
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.