Package net.risesoft.api.persistence.job
Interface JobInfoService
-
- All Known Implementing Classes:
JobInfoServiceImpl
public interface JobInfoService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddError(String environment)voidaddSuccess(String environment)LonggetCount(String environment)List<JobInfo>getInfo(String environment, String startTime, String endTime)获取info
-