Class RestRefLogResource

  • All Implemented Interfaces:
    org.projectnessie.api.v1.http.HttpRefLogApi, org.projectnessie.api.v1.RefLogApi

    @RequestScoped
    @RequestScoped
    public class RestRefLogResource
    extends java.lang.Object
    implements org.projectnessie.api.v1.http.HttpRefLogApi
    REST endpoint for the reflog-API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.projectnessie.model.RefLogResponse getRefLog​(org.projectnessie.api.v1.params.RefLogParams params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestRefLogResource

        public RestRefLogResource()
      • RestRefLogResource

        @Inject
        @Inject
        public RestRefLogResource​(org.projectnessie.services.spi.RefLogService refLogService)
    • Method Detail

      • getRefLog

        public org.projectnessie.model.RefLogResponse getRefLog​(org.projectnessie.api.v1.params.RefLogParams params)
                                                         throws org.projectnessie.error.NessieNotFoundException
        Specified by:
        getRefLog in interface org.projectnessie.api.v1.http.HttpRefLogApi
        Specified by:
        getRefLog in interface org.projectnessie.api.v1.RefLogApi
        Throws:
        org.projectnessie.error.NessieNotFoundException