| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MavenScm |
build() |
MavenScm.Builder |
connection(String connection)
Specify the source control management system URL that describes the repository
and how to connect to the repository.
|
MavenScm.Builder |
developerConnection(String developerConnection)
Specify the source control management system URL for developers that describes
the repository and how to connect to the repository.
|
MavenScm.Builder |
tag(String tag)
Specify the tag of current code.
|
MavenScm.Builder |
url(String url)
Specify the URL to the project's browsable SCM repository.
|
public MavenScm.Builder connection(String connection)
connection - the source control management system URLpublic MavenScm.Builder developerConnection(String developerConnection)
developerConnection - the source control management system URL for
developerspublic MavenScm.Builder tag(String tag)
tag - the tag of current codepublic MavenScm.Builder url(String url)
url - the URL to the project's browsable SCM repositorypublic MavenScm build()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.