Uses of Interface
io.resys.hdes.client.spi.GitConfig.GitInit
| Package | Description |
|---|---|
| io.resys.hdes.client.spi | |
| io.resys.hdes.client.spi.git |
-
Uses of GitConfig.GitInit in io.resys.hdes.client.spi
Classes in io.resys.hdes.client.spi that implement GitConfig.GitInit Modifier and Type Class Description classImmutableGitInitImmutable implementation ofGitConfig.GitInit.Methods in io.resys.hdes.client.spi that return GitConfig.GitInit Modifier and Type Method Description GitConfig.GitInitGitConfig. getInit()GitConfig.GitInitImmutableGitConfig. getInit()Methods in io.resys.hdes.client.spi with parameters of type GitConfig.GitInit Modifier and Type Method Description static ImmutableGitInitImmutableGitInit. copyOf(GitConfig.GitInit instance)Creates an immutable copy of aGitConfig.GitInitvalue.ImmutableGitInit.BuilderImmutableGitInit.Builder. from(GitConfig.GitInit instance)Fill a builder with attribute values from the providedGitInitinstance.ImmutableGitConfig.BuilderImmutableGitConfig.Builder. init(GitConfig.GitInit init)Initializes the value for theinitattribute.ImmutableGitConfigImmutableGitConfig. withInit(GitConfig.GitInit value)Copy the current immutable object by setting a value for theinitattribute. -
Uses of GitConfig.GitInit in io.resys.hdes.client.spi.git
Methods in io.resys.hdes.client.spi.git with parameters of type GitConfig.GitInit Modifier and Type Method Description static GitConfigGitConnectionFactory. create(GitConfig.GitInit config, HdesStore.HdesCredsSupplier creds, com.fasterxml.jackson.databind.ObjectMapper objectMapper)