Uses of Interface
io.resys.hdes.client.spi.GitConfig.GitFile
| Package | Description |
|---|---|
| io.resys.hdes.client.spi | |
| io.resys.hdes.client.spi.git |
-
Uses of GitConfig.GitFile in io.resys.hdes.client.spi
Classes in io.resys.hdes.client.spi that implement GitConfig.GitFile Modifier and Type Class Description classImmutableGitFileImmutable implementation ofGitConfig.GitFile.Methods in io.resys.hdes.client.spi that return types with arguments of type GitConfig.GitFile Modifier and Type Method Description Optional<GitConfig.GitFile>GitConfig.GitFileReload. getFile()Optional<GitConfig.GitFile>ImmutableGitFileReload. getFile()Methods in io.resys.hdes.client.spi with parameters of type GitConfig.GitFile Modifier and Type Method Description static ImmutableGitFileImmutableGitFile. copyOf(GitConfig.GitFile instance)Creates an immutable copy of aGitConfig.GitFilevalue.ImmutableGitFileReload.BuilderImmutableGitFileReload.Builder. file(GitConfig.GitFile file)Initializes the optional valuefileto file.ImmutableGitFile.BuilderImmutableGitFile.Builder. from(GitConfig.GitFile instance)Fill a builder with attribute values from the providedGitFileinstance.ImmutableGitFileReloadImmutableGitFileReload. withFile(GitConfig.GitFile value)Copy the current immutable object by setting a present value for the optionalfileattribute.Method parameters in io.resys.hdes.client.spi with type arguments of type GitConfig.GitFile Modifier and Type Method Description ImmutableGitFileReload.BuilderImmutableGitFileReload.Builder. file(Optional<? extends GitConfig.GitFile> file)Initializes the optional valuefileto file.ImmutableGitFileReloadImmutableGitFileReload. withFile(Optional<? extends GitConfig.GitFile> optional)Copy the current immutable object by setting an optional value for thefileattribute. -
Uses of GitConfig.GitFile in io.resys.hdes.client.spi.git
Methods in io.resys.hdes.client.spi.git that return GitConfig.GitFile Modifier and Type Method Description GitConfig.GitFileGitFiles. create(AstBody.AstBodyType bodyType, List<AstCommand> body)GitConfig.GitFileGitFiles. update(String id, AstBody.AstBodyType bodyType, List<AstCommand> body)Methods in io.resys.hdes.client.spi.git with parameters of type GitConfig.GitFile Modifier and Type Method Description List<GitConfig.GitFileReload>GitFiles. push(GitConfig.GitFile gitFile)GitConfig.GitEntryGitFiles. readEntry(GitConfig.GitFile entry)GitConfig.GitEntryGitFiles. readEntry(GitConfig.GitFile entry, org.eclipse.jgit.lib.ObjectId start)Method parameters in io.resys.hdes.client.spi.git with type arguments of type GitConfig.GitFile Modifier and Type Method Description List<GitConfig.GitFileReload>GitFiles. push(List<GitConfig.GitFile> gitFiles)