hudson.plugins.virtualbox
Class VirtualBoxMachine

java.lang.Object
  extended by hudson.plugins.virtualbox.VirtualBoxMachine
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<VirtualBoxMachine>

public class VirtualBoxMachine
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<VirtualBoxMachine>

Author:
Evgeny Mandrikov
See Also:
Serialized Form

Constructor Summary
VirtualBoxMachine(VirtualBoxCloud host, java.lang.String name)
           
 
Method Summary
 int compareTo(VirtualBoxMachine obj)
           
 boolean equals(java.lang.Object obj)
           
 VirtualBoxCloud getHost()
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualBoxMachine

@DataBoundConstructor
public VirtualBoxMachine(VirtualBoxCloud host,
                                              java.lang.String name)
Method Detail

getHost

public VirtualBoxCloud getHost()

getName

public java.lang.String getName()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(VirtualBoxMachine obj)
Specified by:
compareTo in interface java.lang.Comparable<VirtualBoxMachine>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.