Mike Kolesnik has posted comments on this change. Change subject: engine: Add conditional execution to host deploy ......................................................................
Patch Set 3: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java Line 226: private @interface CallWhen { Line 227: /** Line 228: * @return A condition that determines if the customization should run. Line 229: */ Line 230: CustomizationCondition[] value(); If you'd use a List you'd get this error: Invalid type List<VdsDeploy.CustomizationCondition> for the annotation attribute VdsDeploy.CallWhen.conditions; only primitive type, String, Class, annotation, enumeration are permitted or 1-dimensional arrays thereof Line 231: } Line 232: /** Line 233: * A set of conditions under which the conditional customizations should run. Line 234: */ -- To view, visit http://gerrit.ovirt.org/16849 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I98b4fe7d11cdb267664113ac7312a0cd12268f94 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches