Uses of Class
io.resys.hdes.client.spi.ImmutableGitInit
| Package | Description |
|---|---|
| io.resys.hdes.client.spi |
-
Uses of ImmutableGitInit in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return ImmutableGitInit Modifier and Type Method Description ImmutableGitInitImmutableGitInit.Builder. build()Builds a newImmutableGitInit.static ImmutableGitInitImmutableGitInit. copyOf(GitConfig.GitInit instance)Creates an immutable copy of aGitConfig.GitInitvalue.ImmutableGitInitImmutableGitInit. withBranch(String value)Copy the current immutable object by setting a value for thebranchattribute.ImmutableGitInitImmutableGitInit. withRemote(String value)Copy the current immutable object by setting a value for theremoteattribute.ImmutableGitInitImmutableGitInit. withSshPath(String value)Copy the current immutable object by setting a value for thesshPathattribute.ImmutableGitInitImmutableGitInit. withStorage(String value)Copy the current immutable object by setting a value for thestorageattribute.