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(a)redhat.com <laravot(a)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(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org