Change in ovirt-engine[master]: core: move command end status determination to ChildCommands...

Liron Aravot has submitted this change and it was merged. Change subject: core: move command end status determination to ChildCommandsCallbackBase ...................................................................... core: move command end status determination to ChildCommandsCallbackBase Currently the command end status determination code is repeated in ConcurrentChildCommandsExecutionCallback and SerialChildCommandsExecutionCallback, this change moves it to ChildCommandsCallbackBase. Change-Id: I0d046ea68cac4a6d917029d003453d60ffea43cd Signed-off-by: Liron Aravot <laravot@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ChildCommandsCallbackBase.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ConcurrentChildCommandsExecutionCallback.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SerialChildCommandsExecutionCallback.java 3 files changed, 17 insertions(+), 24 deletions(-) Approvals: Moti Asayag: Looks good to me, approved Liron Aravot: Verified; Passed CI tests -- To view, visit https://gerrit.ovirt.org/53706 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0d046ea68cac4a6d917029d003453d60ffea43cd Gerrit-PatchSet: 12 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Freddy Rolland <frolland@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
laravot@redhat.com