From 07728b4c3ca8aa5e77508aa8af8116afcac0e7c9 Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Wed, 5 Sep 2012 14:17:35 -0700 Subject: [PATCH] Changes to jobs --- .../cloudstack/platform/service/api/OperationsServices.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/api/src/org/apache/cloudstack/platform/service/api/OperationsServices.java b/platform/api/src/org/apache/cloudstack/platform/service/api/OperationsServices.java index 74dfe1bc000..9c747f6793e 100755 --- a/platform/api/src/org/apache/cloudstack/platform/service/api/OperationsServices.java +++ b/platform/api/src/org/apache/cloudstack/platform/service/api/OperationsServices.java @@ -27,6 +27,8 @@ public interface OperationsServices { List listJobsInProgress(); + List listJobsCompleted(); + List listJobsCompleted(Long from); List listJobsInWaiting();