You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/05 23:17:46 UTC

[1/5] git commit: Changes to jobs

Updated Branches:
  refs/heads/javelin 73cc47415 -> 07728b4c3


Changes to jobs


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/07728b4c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/07728b4c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/07728b4c

Branch: refs/heads/javelin
Commit: 07728b4c3ca8aa5e77508aa8af8116afcac0e7c9
Parents: b532bb9
Author: Alex Huang <al...@citrix.com>
Authored: Wed Sep 5 14:17:35 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Wed Sep 5 14:17:35 2012 -0700

----------------------------------------------------------------------
 .../platform/service/api/OperationsServices.java   |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/07728b4c/platform/api/src/org/apache/cloudstack/platform/service/api/OperationsServices.java
----------------------------------------------------------------------
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 74dfe1b..9c747f6 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<AsyncJob> listJobsInProgress();
 
+    List<AsyncJob> listJobsCompleted();
+
     List<AsyncJob> listJobsCompleted(Long from);
 
     List<AsyncJob> listJobsInWaiting();