Package org.projectnessie.model
Interface RefLogResponse.RefLogResponseEntry
- Enclosing interface:
RefLogResponse
Deprecated.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.projectnessie.model.ImmutableRefLogResponseEntry.Builderbuilder()Deprecated.@NotNull @NotNull StringDeprecated.Output commit hash of the operation.@NotNull @NotNull StringDeprecated.Operation String mapped to ENUM inRefLogEntry.Operationof 'persist.proto' file.@javax.validation.constraints.NotNull,@jakarta.validation.constraints.NotNull longDeprecated.Time in microseconds since epoch.@NotNull @NotNull StringDeprecated.Parent reflog id of the current entry.@NotNull @NotNull StringDeprecated.Reflog id of the current entry.@NotNull @NotNull StringDeprecated.Reference on which current operation is executed.@NotNull @NotNull StringDeprecated.Reference type can be 'Branch' or 'Tag'.Deprecated.Single hash in case of MERGE or ASSIGN.
-
Field Details
-
BRANCH
Deprecated.- See Also:
-
TAG
Deprecated.- See Also:
-
CREATE_REFERENCE
Deprecated.- See Also:
-
COMMIT
Deprecated.- See Also:
-
DELETE_REFERENCE
Deprecated.- See Also:
-
ASSIGN_REFERENCE
Deprecated.- See Also:
-
MERGE
Deprecated.- See Also:
-
TRANSPLANT
Deprecated.- See Also:
-
-
Method Details
-
builder
static org.projectnessie.model.ImmutableRefLogResponseEntry.Builder builder()Deprecated. -
getRefLogId
Deprecated.Reflog id of the current entry. -
getRefName
Deprecated.Reference on which current operation is executed. -
getRefType
Deprecated.Reference type can be 'Branch' or 'Tag'. -
getCommitHash
Deprecated.Output commit hash of the operation. -
getParentRefLogId
Deprecated.Parent reflog id of the current entry. -
getOperationTime
@NotNull @NotNull @javax.validation.constraints.NotNull,@jakarta.validation.constraints.NotNull long getOperationTime()Deprecated.Time in microseconds since epoch. -
getOperation
Deprecated.Operation String mapped to ENUM inRefLogEntry.Operationof 'persist.proto' file. -
getSourceHashes
Deprecated.Single hash in case of MERGE or ASSIGN. One or more hashes in case of TRANSPLANT. Empty list for other operations.
-