Uses of Class
io.resys.hdes.client.spi.ImmutableGitInit.Builder
| Package | Description |
|---|---|
| io.resys.hdes.client.spi |
-
Uses of ImmutableGitInit.Builder in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return ImmutableGitInit.Builder Modifier and Type Method Description ImmutableGitInit.BuilderImmutableGitInit.Builder. branch(String branch)Initializes the value for thebranchattribute.static ImmutableGitInit.BuilderImmutableGitInit. builder()Creates a builder forImmutableGitInit.ImmutableGitInit.BuilderImmutableGitInit.Builder. from(GitConfig.GitInit instance)Fill a builder with attribute values from the providedGitInitinstance.ImmutableGitInit.BuilderImmutableGitInit.Builder. remote(String remote)Initializes the value for theremoteattribute.ImmutableGitInit.BuilderImmutableGitInit.Builder. sshPath(String sshPath)Initializes the value for thesshPathattribute.ImmutableGitInit.BuilderImmutableGitInit.Builder. storage(String storage)Initializes the value for thestorageattribute.