Interface HistoricJobLogResource

All Known Implementing Classes:
HistoricJobLogResourceImpl

public interface HistoricJobLogResource
Since:
7.3
Author:
Roman Smirnov
  • Method Details

    • getHistoricJobLog

      @GET @Produces("application/json") HistoricJobLogDto getHistoricJobLog()
    • getStacktrace

      @GET @Path("/stacktrace") @Produces("text/plain") String getStacktrace()