Class MavenDistributionManagement.Site.Builder
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenDistributionManagement.Site.Builder
- Enclosing class:
- MavenDistributionManagement.Site
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build aMavenDistributionManagement.Site
with the current state of this builder.Set the id of the repository.Set the name of the repository.Set the url of the repository to use to upload the site.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Set the id of the repository.- Parameters:
id
- the identifier- Returns:
- this for method chaining
-
name
Set the name of the repository.- Parameters:
name
- the name- Returns:
- this for method chaining
-
url
Set the url of the repository to use to upload the site. Specify both the location and the transport protocol to use.- Parameters:
url
- the url- Returns:
- this for method chaining
-
build
Build aMavenDistributionManagement.Site
with the current state of this builder.- Returns:
- a
MavenDistributionManagement.Site
-