Package org.xwiki.rest.resources.job
Interface JobLogResource
-
public interface JobLogResource
- Since:
- 7.2M3
- Version:
- $Id: b799ccd3c46fa01e92ecd8eca3b82e96381b8f63 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobLog
getJobLog(String jobId, String level, String fromLevel)
-
-
-
Field Detail
-
NAME
static final String NAME
The entry name of the resource.- Since:
- 8.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJobLog
JobLog getJobLog(String jobId, String level, String fromLevel) throws XWikiRestException
- Parameters:
jobId
- the identifier of the joblevel
- 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
-
-