Uses of Class
io.helidon.config.git.GitConfigSourceBuilder
Packages that use GitConfigSourceBuilder
-
Uses of GitConfigSourceBuilder in io.helidon.config.git
Methods in io.helidon.config.git that return GitConfigSourceBuilderModifier and TypeMethodDescriptionSets a git branch to checkout.static GitConfigSourceBuilder
GitConfigSource.builder()
Create a fluent API builder for GIT config source.Configure builder from meta configuration.GitConfigSourceBuilder.credentials
(String user, String password) Sets user and password to the repository.GitConfigSourceBuilder.credentialsProvider
(org.eclipse.jgit.transport.CredentialsProvider credentialsProvider) Sets newCredentialsProvider
which should be used by application.Sets a directory where the repository is cloned or should be cloned.GitConfigSourceBuilder.parser
(ConfigParser parser) Configure path to use.GitConfigSourceBuilder.pollingStrategy
(PollingStrategy pollingStrategy) Sets an uri to the repository.