anmolbabu has uploaded a new change for review. Change subject: engine : volume profile export to pdf command ......................................................................
engine : volume profile export to pdf command Change-Id: I208a77456487a5f735948d6cf9fec54f004b6e89 Signed-off-by: Anmol Babu <[email protected]> --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GlusterVolumeProfilePdfExportCommand.java A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/gluster/GlusterVolumeProfilePdfExportPararameters.java 2 files changed, 18 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/00/28000/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GlusterVolumeProfilePdfExportCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GlusterVolumeProfilePdfExportCommand.java new file mode 100644 index 0000000..53009b8 --- /dev/null +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GlusterVolumeProfilePdfExportCommand.java @@ -0,0 +1,8 @@ +package org.ovirt.engine.core.bll; + +import org.ovirt.engine.core.bll.gluster.GlusterVolumeCommandBase; + +public class GlusterVolumeProfilePdfExportCommand extends + GlusterVolumeCommandBase<T> { + +} diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/gluster/GlusterVolumeProfilePdfExportPararameters.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/gluster/GlusterVolumeProfilePdfExportPararameters.java new file mode 100644 index 0000000..dc55b39 --- /dev/null +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/gluster/GlusterVolumeProfilePdfExportPararameters.java @@ -0,0 +1,10 @@ +package org.ovirt.engine.core.common.action.gluster; + +public class GlusterVolumeProfilePdfExportPararameters extends GlusterVolumeParameters { + + /** + * + */ + private static final long serialVersionUID = 1L; + +} -- To view, visit http://gerrit.ovirt.org/28000 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I208a77456487a5f735948d6cf9fec54f004b6e89 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: anmolbabu <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
