mirror of https://github.com/apache/jclouds.git
Added @author
This commit is contained in:
parent
b64fee01a8
commit
f530a5d585
|
@ -28,6 +28,9 @@ import javax.annotation.Nullable;
|
|||
|
||||
import static org.virtualbox_4_1.DeviceType.HardDisk;
|
||||
|
||||
/**
|
||||
* @author Mattias Holmqvist
|
||||
*/
|
||||
public class AttachHardDiskToMachineIfNotAlreadyAttached implements Function<IMachine, Void> {
|
||||
|
||||
private String controllerIDE;
|
||||
|
|
|
@ -30,6 +30,9 @@ import org.virtualbox_4_1.VirtualBoxManager;
|
|||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* @author Mattias Holmqvist
|
||||
*/
|
||||
public class CreateAndRegisterMachineFromIsoIfNotAlreadyExists implements Function<String, IMachine> {
|
||||
|
||||
private String settingsFile;
|
||||
|
|
|
@ -26,6 +26,9 @@ import org.virtualbox_4_1.*;
|
|||
|
||||
import static org.easymock.classextension.EasyMock.*;
|
||||
|
||||
/**
|
||||
* @author Mattias Holmqvist
|
||||
*/
|
||||
@Test(groups = "unit", testName = "AttachHardDiskToMachineIfNotAlreadyAttachedTest")
|
||||
public class AttachHardDiskToMachineIfNotAlreadyAttachedTest {
|
||||
|
||||
|
|
|
@ -32,6 +32,9 @@ import static org.easymock.EasyMock.anyBoolean;
|
|||
import static org.easymock.EasyMock.expect;
|
||||
import static org.easymock.classextension.EasyMock.*;
|
||||
|
||||
/**
|
||||
* @author Mattias Holmqvist
|
||||
*/
|
||||
@Test(groups = "unit", testName = "CreateAndRegisterMachineFromIsoIfNotAlreadyExistsTest")
|
||||
public class CreateAndRegisterMachineFromIsoIfNotAlreadyExistsTest {
|
||||
|
||||
|
|
Loading…
Reference in New Issue