ImmutableLogEntry.Builder |
ImmutableLogEntry.Builder.commitMeta(CommitMeta commitMeta) |
Initializes the value for the commitMeta attribute.
|
ImmutableOperations.Builder |
ImmutableOperations.Builder.commitMeta(CommitMeta commitMeta) |
Initializes the value for the commitMeta attribute.
|
ImmutableReferenceMetadata.Builder |
ImmutableReferenceMetadata.Builder.commitMetaOfHEAD(CommitMeta commitMetaOfHEAD) |
|
static ImmutableCommitMeta |
ImmutableCommitMeta.copyOf(CommitMeta instance) |
|
ImmutableCommitMeta.Builder |
ImmutableCommitMeta.Builder.from(CommitMeta instance) |
Fill a builder with attribute values from the provided CommitMeta instance.
|
ImmutableLogEntry |
ImmutableLogEntry.withCommitMeta(CommitMeta value) |
Copy the current immutable object by setting a value for the commitMeta attribute.
|
ImmutableOperations |
ImmutableOperations.withCommitMeta(CommitMeta value) |
Copy the current immutable object by setting a value for the commitMeta attribute.
|
ImmutableReferenceMetadata |
ImmutableReferenceMetadata.withCommitMetaOfHEAD(CommitMeta value) |
Copy the current immutable object by setting a value for the commitMetaOfHEAD attribute.
|