Git configuration source.
-
Sets a git branch to checkout.
Create a fluent API builder for GIT config source.
Configure builder from meta configuration.
Sets user and password to the repository.
GitConfigSourceBuilder.credentialsProvider(org.eclipse.jgit.transport.CredentialsProvider credentialsProvider)
Sets new CredentialsProvider
which should be used by application.
Sets a directory where the repository is cloned or should be cloned.
GitConfigSourceBuilder.uri(URI uri)
Sets an uri to the repository.