Eli Mesika has posted comments on this change. Change subject: core: Adding GetMonitoredCommandsQuery ......................................................................
Patch Set 4: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetMonitoredCommandsQuery.java Line 15: @Override Line 16: protected void executeQueryCommand() { Line 17: List<String> result = new ArrayList<String>(); Line 18: for (VdcActionType actionType : VdcActionType.values()) { Line 19: if (actionType.isActionMonitored()) { Ignored Line 20: result.add(actionType.name()); Line 21: } Line 22: } Line 23: setReturnValue(result); -- To view, visit http://gerrit.ovirt.org/15231 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic9ce0d9ddc2bf93c43e0ec55c88e17a9f79eed80 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches