Uses of Class
io.resys.hdes.client.spi.ImmutableGitFile
| Package | Description |
|---|---|
| io.resys.hdes.client.spi |
-
Uses of ImmutableGitFile in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return ImmutableGitFile Modifier and Type Method Description ImmutableGitFileImmutableGitFile.Builder. build()Builds a newImmutableGitFile.static ImmutableGitFileImmutableGitFile. copyOf(GitConfig.GitFile instance)Creates an immutable copy of aGitConfig.GitFilevalue.ImmutableGitFileImmutableGitFile. withBlobHash(String value)Copy the current immutable object by setting a value for theblobHashattribute.ImmutableGitFileImmutableGitFile. withBlobValue(String value)Copy the current immutable object by setting a value for theblobValueattribute.ImmutableGitFileImmutableGitFile. withBodyType(AstBody.AstBodyType value)Copy the current immutable object by setting a value for thebodyTypeattribute.ImmutableGitFileImmutableGitFile. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableGitFileImmutableGitFile. withTreeValue(String value)Copy the current immutable object by setting a value for thetreeValueattribute.