Uses of Class
io.resys.hdes.client.spi.ImmutableGitConfig
| Package | Description |
|---|---|
| io.resys.hdes.client.spi |
-
Uses of ImmutableGitConfig in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return ImmutableGitConfig Modifier and Type Method Description ImmutableGitConfigImmutableGitConfig.Builder. build()Builds a newImmutableGitConfig.static ImmutableGitConfigImmutableGitConfig. copyOf(GitConfig instance)Creates an immutable copy of aGitConfigvalue.ImmutableGitConfigImmutableGitConfig. withAbsoluteAssetsPath(String value)Copy the current immutable object by setting a value for theabsoluteAssetsPathattribute.ImmutableGitConfigImmutableGitConfig. withAbsolutePath(String value)Copy the current immutable object by setting a value for theabsolutePathattribute.ImmutableGitConfigImmutableGitConfig. withAssetsPath(String value)Copy the current immutable object by setting a value for theassetsPathattribute.ImmutableGitConfigImmutableGitConfig. withCacheHeap(Integer value)Copy the current immutable object by setting a value for thecacheHeapattribute.ImmutableGitConfigImmutableGitConfig. withCacheManager(org.ehcache.CacheManager value)Copy the current immutable object by setting a value for thecacheManagerattribute.ImmutableGitConfigImmutableGitConfig. withCacheName(String value)Copy the current immutable object by setting a value for thecacheNameattribute.ImmutableGitConfigImmutableGitConfig. withCallback(org.eclipse.jgit.api.TransportConfigCallback value)Copy the current immutable object by setting a value for thecallbackattribute.ImmutableGitConfigImmutableGitConfig. withClient(org.eclipse.jgit.api.Git value)Copy the current immutable object by setting a value for theclientattribute.ImmutableGitConfigImmutableGitConfig. withCreds(HdesStore.HdesCredsSupplier value)Copy the current immutable object by setting a value for thecredsattribute.ImmutableGitConfigImmutableGitConfig. withInit(GitConfig.GitInit value)Copy the current immutable object by setting a value for theinitattribute.ImmutableGitConfigImmutableGitConfig. withLocation(StoreEntityLocation value)Copy the current immutable object by setting a value for thelocationattribute.ImmutableGitConfigImmutableGitConfig. withParentPath(Path value)Copy the current immutable object by setting a value for theparentPathattribute.ImmutableGitConfigImmutableGitConfig. withSerializer(GitConfig.GitSerializer value)Copy the current immutable object by setting a value for theserializerattribute.