cloudstack/plugins/hypervisors
wilderrodrigues 02571728c6 Refactored the remaining commands
- Unit tests added

In the executeRequest I needed to keep the following:

// We need this one because the StorageSubSystemCommand is from another hierarchy.
        if (cmd instanceof StorageSubSystemCommand) {
            return storageHandler.handleStorageCommands((StorageSubSystemCommand) cmd);
        }
2015-03-31 10:38:32 +02:00
..
baremetal CLOUDSTACK-5236 : ability to identify where the user is from (ex. LDAP) 2015-03-16 14:53:53 +05:30
hyperv Boolean -> boolean 2015-03-25 22:20:40 +01:00
kvm Boolean -> boolean 2015-03-25 22:20:40 +01:00
ovm CLOUDSTACK-8088: VM scale up is failing in vmware with Unable to execute ScaleVmCommand due to java.lang.NullPointerException 2014-12-18 14:27:55 +05:30
ovm3 imports in test 2015-03-27 15:59:32 +01:00
simulator Boolean -> boolean 2015-03-25 22:20:40 +01:00
ucs removed executable flags from java classes 2014-11-23 19:49:01 +01:00
vmware Boolean -> boolean 2015-03-25 22:20:40 +01:00
xenserver Refactored the remaining commands 2015-03-31 10:38:32 +02:00