Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenScm.Builder
Packages that use MavenScm.Builder
-
Uses of MavenScm.Builder in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenScm.BuilderModifier and TypeMethodDescriptionMavenScm.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.Specify the tag of current code.Specify the URL to the project's browsable SCM repository.Method parameters in io.spring.initializr.generator.buildsystem.maven with type arguments of type MavenScm.BuilderModifier and TypeMethodDescriptionMavenBuildSettings.Builder.scm
(Consumer<MavenScm.Builder> scm) Customize thescm
section using the specified consumer.