Uses of Class
io.resys.hdes.client.spi.ImmutableGitEntry
| Package | Description |
|---|---|
| io.resys.hdes.client.spi |
-
Uses of ImmutableGitEntry in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return ImmutableGitEntry Modifier and Type Method Description ImmutableGitEntryImmutableGitEntry.Builder. build()Builds a newImmutableGitEntry.static ImmutableGitEntryImmutableGitEntry. copyOf(GitConfig.GitEntry instance)Creates an immutable copy of aGitConfig.GitEntryvalue.ImmutableGitEntryImmutableGitEntry. withBlobHash(String value)Copy the current immutable object by setting a value for theblobHashattribute.ImmutableGitEntryImmutableGitEntry. withBlobValue(String value)Copy the current immutable object by setting a value for theblobValueattribute.ImmutableGitEntryImmutableGitEntry. withBodyType(AstBody.AstBodyType value)Copy the current immutable object by setting a value for thebodyTypeattribute.ImmutableGitEntryImmutableGitEntry. withCommands(AstCommand... elements)Copy the current immutable object with elements that replace the content ofcommands.ImmutableGitEntryImmutableGitEntry. withCommands(Iterable<? extends AstCommand> elements)Copy the current immutable object with elements that replace the content ofcommands.ImmutableGitEntryImmutableGitEntry. withCreated(Timestamp value)Copy the current immutable object by setting a value for thecreatedattribute.ImmutableGitEntryImmutableGitEntry. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableGitEntryImmutableGitEntry. withModified(Timestamp value)Copy the current immutable object by setting a value for themodifiedattribute.ImmutableGitEntryImmutableGitEntry. withRevision(String value)Copy the current immutable object by setting a value for therevisionattribute.ImmutableGitEntryImmutableGitEntry. withTreeValue(String value)Copy the current immutable object by setting a value for thetreeValueattribute.