Uses of Class
net.risesoft.api.persistence.model.job.JobInfo
-
Packages that use JobInfo Package Description net.risesoft.api.persistence.dao.job net.risesoft.api.persistence.job net.risesoft.api.persistence.job.impl -
-
Uses of JobInfo in net.risesoft.api.persistence.dao.job
Methods in net.risesoft.api.persistence.dao.job that return types with arguments of type JobInfo Modifier and Type Method Description List<JobInfo>JobInfoDao. search(String environment, String startTime, String endTime) -
Uses of JobInfo in net.risesoft.api.persistence.job
Methods in net.risesoft.api.persistence.job that return types with arguments of type JobInfo Modifier and Type Method Description List<JobInfo>JobInfoService. getInfo(String environment, String startTime, String endTime)获取info -
Uses of JobInfo in net.risesoft.api.persistence.job.impl
Methods in net.risesoft.api.persistence.job.impl that return types with arguments of type JobInfo Modifier and Type Method Description List<JobInfo>JobInfoServiceImpl. getInfo(String environment, String startTime, String endTime)
-