ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.absoluteAssetsPath(String absoluteAssetsPath) |
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.absolutePath(String absolutePath) |
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.assetsPath(String assetsPath) |
Initializes the value for the assetsPath attribute.
|
static ImmutableGitConfig.Builder |
ImmutableGitConfig.builder() |
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.cacheHeap(Integer cacheHeap) |
Initializes the value for the cacheHeap attribute.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.cacheManager(org.ehcache.CacheManager cacheManager) |
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.cacheName(String cacheName) |
Initializes the value for the cacheName attribute.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.callback(org.eclipse.jgit.api.TransportConfigCallback callback) |
Initializes the value for the callback attribute.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.client(org.eclipse.jgit.api.Git client) |
Initializes the value for the client attribute.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.creds(HdesStore.HdesCredsSupplier creds) |
Initializes the value for the creds attribute.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.from(GitConfig instance) |
Fill a builder with attribute values from the provided GitConfig instance.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.init(GitConfig.GitInit init) |
Initializes the value for the init attribute.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.location(StoreEntityLocation location) |
Initializes the value for the location attribute.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.parentPath(Path parentPath) |
Initializes the value for the parentPath attribute.
|
ImmutableGitConfig.Builder |
ImmutableGitConfig.Builder.serializer(GitConfig.GitSerializer serializer) |
Initializes the value for the serializer attribute.
|