类 QuartzJobController
java.lang.Object
plus.hiver.module.quartz.controller.QuartzJobController
@RestController
@RequestMapping("/hiver/quartzJob")
@Transactional
public class QuartzJobController
extends Object
定时任务管理接口
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明plus.hiver.common.api.Resultplus.hiver.common.api.ResultchangeRecordLog(Long id) plus.hiver.common.api.Resultplus.hiver.common.api.Resultplus.hiver.common.api.Result<org.springframework.data.domain.Page<QuartzJob>>getAllByPage(String key, plus.hiver.common.vo.PageVo page) plus.hiver.common.api.Resultplus.hiver.common.api.Result
-
构造器详细资料
-
QuartzJobController
public QuartzJobController()
-
-
方法详细资料
-
getAllByPage
-
addJob
-
editJob
-
pauseJob
-
resumeJob
-
changeRecordLog
-
deleteJob
-