mirror of https://github.com/apache/cloudstack.git
Changes to jobs
This commit is contained in:
parent
b532bb994d
commit
07728b4c3c
|
|
@ -27,6 +27,8 @@ public interface OperationsServices {
|
|||
|
||||
List<AsyncJob> listJobsInProgress();
|
||||
|
||||
List<AsyncJob> listJobsCompleted();
|
||||
|
||||
List<AsyncJob> listJobsCompleted(Long from);
|
||||
|
||||
List<AsyncJob> listJobsInWaiting();
|
||||
|
|
|
|||
Loading…
Reference in New Issue