
Liron Aravot has submitted this change and it was merged. Change subject: core: CommandBase - adding support for command steps ...................................................................... core: CommandBase - adding support for command steps Currently the steps and the tasks infrastractures are strongly dependent on each other and different execution steps for internal command are derived from created tasks. Newly added flows are without tasks, this patch adds an infrastrature that each command can leverage to add an execution step by overriding the added method. Change-Id: I15cb8410eb223a7ff387ab6c4fae23292afdac61 Signed-off-by: Liron Aravot <laravot@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 30 insertions(+), 6 deletions(-) Approvals: Ravi Nori: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Moti Asayag: Looks good to me, approved Liron Aravot: Verified; Passed CI tests -- To view, visit https://gerrit.ovirt.org/61741 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I15cb8410eb223a7ff387ab6c4fae23292afdac61 Gerrit-PatchSet: 21 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: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>