Interface RefLogResponse.RefLogResponseEntry

Enclosing interface:
RefLogResponse

@Immutable @Deprecated public static interface RefLogResponse.RefLogResponseEntry
Deprecated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.projectnessie.model.ImmutableRefLogResponseEntry.Builder
    Deprecated.
     
    @NotNull @NotNull String
    Deprecated.
    Output commit hash of the operation.
    @NotNull @NotNull String
    Deprecated.
    Operation String mapped to ENUM in RefLogEntry.Operation of 'persist.proto' file.
    @javax.validation.constraints.NotNull,@jakarta.validation.constraints.NotNull long
    Deprecated.
    Time in microseconds since epoch.
    @NotNull @NotNull String
    Deprecated.
    Parent reflog id of the current entry.
    @NotNull @NotNull String
    Deprecated.
    Reflog id of the current entry.
    @NotNull @NotNull String
    Deprecated.
    Reference on which current operation is executed.
    @NotNull @NotNull String
    Deprecated.
    Reference type can be 'Branch' or 'Tag'.
    @NotNull @NotNull List<String>
    Deprecated.
    Single hash in case of MERGE or ASSIGN.
  • Field Details

  • Method Details

    • builder

      static org.projectnessie.model.ImmutableRefLogResponseEntry.Builder builder()
      Deprecated.
    • getRefLogId

      @NotNull @NotNull @NotNull @NotNull String getRefLogId()
      Deprecated.
      Reflog id of the current entry.
    • getRefName

      @NotNull @NotNull @NotNull @NotNull String getRefName()
      Deprecated.
      Reference on which current operation is executed.
    • getRefType

      @NotNull @NotNull @NotNull @NotNull String getRefType()
      Deprecated.
      Reference type can be 'Branch' or 'Tag'.
    • getCommitHash

      @NotNull @NotNull @NotNull @NotNull String getCommitHash()
      Deprecated.
      Output commit hash of the operation.
    • getParentRefLogId

      @NotNull @NotNull @NotNull @NotNull String 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

      @NotNull @NotNull @NotNull @NotNull String getOperation()
      Deprecated.
      Operation String mapped to ENUM in RefLogEntry.Operation of 'persist.proto' file.
    • getSourceHashes

      @NotNull @NotNull @NotNull @NotNull List<String> getSourceHashes()
      Deprecated.
      Single hash in case of MERGE or ASSIGN. One or more hashes in case of TRANSPLANT. Empty list for other operations.