ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.addAllCommands(Iterable<? extends AstCommand> elements) |
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.addCommands(AstCommand element) |
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.addCommands(AstCommand... elements) |
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.blobHash(String blobHash) |
Initializes the value for the blobHash attribute.
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.blobValue(String blobValue) |
Initializes the value for the blobValue attribute.
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.bodyType(AstBody.AstBodyType bodyType) |
Initializes the value for the bodyType attribute.
|
static ImmutableGitEntry.Builder |
ImmutableGitEntry.builder() |
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.commands(Iterable<? extends AstCommand> elements) |
Sets or replaces all elements for commands list.
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.created(Timestamp created) |
Initializes the value for the created attribute.
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.from(GitConfig.GitEntry instance) |
Fill a builder with attribute values from the provided GitEntry instance.
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.modified(Timestamp modified) |
Initializes the value for the modified attribute.
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.revision(String revision) |
Initializes the value for the revision attribute.
|
ImmutableGitEntry.Builder |
ImmutableGitEntry.Builder.treeValue(String treeValue) |
Initializes the value for the treeValue attribute.
|