Change in ovirt-engine[master]: core: adding support for serial child commands execution

Liron Aravot has submitted this change and it was merged. Change subject: core: adding support for serial child commands execution ...................................................................... core: adding support for serial child commands execution This patch adds SerialChildCommandsExecutionCallback and SerialChildExecutingCommand. The SerialChildCommandsExecutionCallback is a callback that currently supports serial child execution until a failure is encountered or until the execution is finished. The use the callback the command needs to implement the SerialChildExecutingCommand interface. Change-Id: I729c97375525eaa2cf4274d4365765bcb10bd19e Signed-off-by: laravot@redhat.com <laravot@redhat.com> --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SerialChildCommandsExecutionCallback.java A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SerialChildExecutingCommand.java 2 files changed, 73 insertions(+), 0 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Liron Aravot: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/41699 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I729c97375525eaa2cf4274d4365765bcb10bd19e Gerrit-PatchSet: 16 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
laravot@redhat.com