接口 XxlJobService
- 所有已知实现类:
XxlJobServiceImpl
public interface XxlJobService
core job action for xxl-job
- 作者:
- xuxueli 2016-5-28 15:30:33
-
方法概要
修饰符和类型方法说明com.xxl.job.core.biz.model.ReturnT<String>add(XxlJobInfo jobInfo) add jobchart infodashboard infopageList(int start, int length, int jobGroup, int triggerStatus, String jobDesc, String executorHandler, String author) page listcom.xxl.job.core.biz.model.ReturnT<String>remove(int id) remove job *com.xxl.job.core.biz.model.ReturnT<String>save(XxlJobInfoVO jobInfo) add & start ,主要用于API任务com.xxl.job.core.biz.model.ReturnT<String>start(int id) start jobcom.xxl.job.core.biz.model.ReturnT<String>stop(int id) stop jobcom.xxl.job.core.biz.model.ReturnT<String>update(XxlJobInfo jobInfo) update job
-
方法详细资料
-
pageList
Map<String,Object> pageList(int start, int length, int jobGroup, int triggerStatus, String jobDesc, String executorHandler, String author) page list- 参数:
start-length-jobGroup-jobDesc-executorHandler-author-- 返回:
-
add
add job- 参数:
jobInfo-- 返回:
-
update
update job- 参数:
jobInfo-- 返回:
-
remove
remove job *- 参数:
id-- 返回:
-
start
start job- 参数:
id-- 返回:
-
stop
stop job- 参数:
id-- 返回:
-
dashboardInfo
dashboard info- 返回:
-
chartInfo
chart info- 参数:
startDate-endDate-- 返回:
-
save
add & start ,主要用于API任务- 参数:
jobInfo-- 返回:
-