ImmutableCommitMeta |
ImmutableCommitMeta.Builder.build() |
|
static ImmutableCommitMeta |
ImmutableCommitMeta.copyOf(CommitMeta instance) |
|
ImmutableCommitMeta |
ImmutableCommitMeta.withAuthor(String value) |
Copy the current immutable object by setting a value for the author attribute.
|
ImmutableCommitMeta |
ImmutableCommitMeta.withAuthorTime(Instant value) |
Copy the current immutable object by setting a value for the authorTime attribute.
|
ImmutableCommitMeta |
ImmutableCommitMeta.withCommitter(String value) |
Copy the current immutable object by setting a value for the committer attribute.
|
ImmutableCommitMeta |
ImmutableCommitMeta.withCommitTime(Instant value) |
Copy the current immutable object by setting a value for the commitTime attribute.
|
ImmutableCommitMeta |
ImmutableCommitMeta.withHash(String value) |
Copy the current immutable object by setting a value for the hash attribute.
|
ImmutableCommitMeta |
ImmutableCommitMeta.withMessage(String value) |
Copy the current immutable object by setting a value for the message attribute.
|
ImmutableCommitMeta |
ImmutableCommitMeta.withProperties(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the properties map with the specified map.
|
ImmutableCommitMeta |
ImmutableCommitMeta.withSignedOffBy(String value) |
Copy the current immutable object by setting a value for the signedOffBy attribute.
|