Class SqlCaptureResource

java.lang.Object
com.atlassian.confluence.functest.rest.admin.SqlCaptureResource

@Consumes("application/json") @Produces("application/json") @Path("/admin/sqlcapture") public class SqlCaptureResource extends Object
  • Constructor Details

  • Method Details

    • getRecordedHibernateSql

      @GET public List<String> getRecordedHibernateSql(@QueryParam("captureId") String captureId)
    • enableLogCollection

      @POST @Path("/enableLogCollection") public void enableLogCollection()
    • disableLogCollection

      @POST @Path("/disableLogCollection") public void disableLogCollection()