Skip to content

Commit 07728b4

Browse files
author
Alex Huang
committed
Changes to jobs
1 parent b532bb9 commit 07728b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

platform/api/src/org/apache/cloudstack/platform/service/api/OperationsServices.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ public interface OperationsServices {
2727

2828
List<AsyncJob> listJobsInProgress();
2929

30+
List<AsyncJob> listJobsCompleted();
31+
3032
List<AsyncJob> listJobsCompleted(Long from);
3133

3234
List<AsyncJob> listJobsInWaiting();

0 commit comments

Comments
 (0)