GitConfigSourceBuilder |
GitConfigSourceBuilder.branch(String branch) |
Sets a git branch to checkout.
|
static GitConfigSourceBuilder |
GitConfigSourceBuilder.create(Config metaConfig) |
|
static GitConfigSourceBuilder |
GitConfigSourceBuilder.create(String path) |
Creates a builder with mandatory path to the configuration source.
|
GitConfigSourceBuilder |
GitConfigSourceBuilder.credentials(String user,
String password) |
Sets user and password to the repository.
|
GitConfigSourceBuilder |
GitConfigSourceBuilder.credentialsProvider(org.eclipse.jgit.transport.CredentialsProvider credentialsProvider) |
Sets new CredentialsProvider which should be used by application.
|
GitConfigSourceBuilder |
GitConfigSourceBuilder.directory(Path directory) |
Sets a directory where the repository is cloned or should be cloned.
|
protected GitConfigSourceBuilder |
GitConfigSourceBuilder.init(Config metaConfig) |
Initialize builder from specified configuration properties.
|
GitConfigSourceBuilder |
GitConfigSourceBuilder.uri(URI uri) |
Sets an uri to the repository.
|