接口 XxlJobService

所有已知实现类:
XxlJobServiceImpl

public interface XxlJobService
core job action for xxl-job
作者:
xuxueli 2016-5-28 15:30:33
  • 方法详细资料

    • 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

      com.xxl.job.core.biz.model.ReturnT<String> add(XxlJobInfo jobInfo)
      add job
      参数:
      jobInfo -
      返回:
    • update

      com.xxl.job.core.biz.model.ReturnT<String> update(XxlJobInfo jobInfo)
      update job
      参数:
      jobInfo -
      返回:
    • remove

      com.xxl.job.core.biz.model.ReturnT<String> remove(int id)
      remove job *
      参数:
      id -
      返回:
    • start

      com.xxl.job.core.biz.model.ReturnT<String> start(int id)
      start job
      参数:
      id -
      返回:
    • stop

      com.xxl.job.core.biz.model.ReturnT<String> stop(int id)
      stop job
      参数:
      id -
      返回:
    • dashboardInfo

      Map<String,Object> dashboardInfo()
      dashboard info
      返回:
    • chartInfo

      com.xxl.job.core.biz.model.ReturnT<Map<String,Object>> chartInfo(Date startDate, Date endDate)
      chart info
      参数:
      startDate -
      endDate -
      返回:
    • save

      com.xxl.job.core.biz.model.ReturnT<String> save(XxlJobInfoVO jobInfo)
      add & start ,主要用于API任务
      参数:
      jobInfo -
      返回: