Interface JobLogResource


  • public interface JobLogResource
    Since:
    7.2M3
    Version:
    $Id: b799ccd3c46fa01e92ecd8eca3b82e96381b8f63 $
    • Method Detail

      • getJobLog

        JobLog getJobLog​(String jobId,
                         String level,
                         String fromLevel)
                  throws XWikiRestException
        Parameters:
        jobId - the identifier of the job
        level - the level of the log to filter (exact level)
        fromLevel - the level of the log to filter from
        Returns:
        the job log
        Throws:
        XWikiRestException - when failing to get the job log