ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.author(String author) |
Initializes the value for the author attribute.
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.authorTime(Instant authorTime) |
Initializes the value for the authorTime attribute.
|
static ImmutableCommitMeta.Builder |
CommitMeta.builder() |
|
static ImmutableCommitMeta.Builder |
ImmutableCommitMeta.builder() |
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.committer(String committer) |
Initializes the value for the committer attribute.
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.commitTime(Instant commitTime) |
Initializes the value for the commitTime attribute.
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.from(CommitMeta instance) |
Fill a builder with attribute values from the provided CommitMeta instance.
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.hash(String hash) |
Initializes the value for the hash attribute.
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.message(String message) |
Initializes the value for the message attribute.
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.properties(Map<String,? extends String> entries) |
Sets or replaces all mappings from the specified map as entries for the properties map.
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.putAllProperties(Map<String,? extends String> entries) |
Put all mappings from the specified map as entries to properties map.
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.putProperties(String key,
String value) |
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.putProperties(Map.Entry<String,? extends String> entry) |
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.signedOffBy(String signedOffBy) |
|
ImmutableCommitMeta.Builder |
CommitMeta.toBuilder() |
|