Uses of Class
io.spring.initializr.generator.buildsystem.MavenRepository.Builder
Packages that use MavenRepository.Builder
-
Uses of MavenRepository.Builder in io.spring.initializr.generator.buildsystem
Methods in io.spring.initializr.generator.buildsystem that return MavenRepository.BuilderModifier and TypeMethodDescriptionSet the id of the repository.Set the name of the repository.MavenRepository.Builder.onlyReleases()
Specify that the repository should only be used for releases.MavenRepository.Builder.onlySnapshots()
Specify that the repository should only be used for snapshots.MavenRepository.Builder.releasesEnabled
(boolean releasesEnabled) Specify whether releases are enabled.MavenRepository.Builder.snapshotsEnabled
(boolean snapshotsEnabled) Specify whether snapshots are enabled.Set the url of the repository.static MavenRepository.Builder
MavenRepository.withIdAndUrl
(String id, String url) Initialize a new repositoryMavenRepository.Builder
with the specified id and url.Methods in io.spring.initializr.generator.buildsystem with parameters of type MavenRepository.BuilderModifier and TypeMethodDescriptionvoid
MavenRepositoryContainer.add
(MavenRepository.Builder builder) Register arepository
with the specified state.Constructors in io.spring.initializr.generator.buildsystem with parameters of type MavenRepository.Builder