hudson.plugins.libvirt
Class VirtualMachineSlave.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.Node>
      extended by hudson.slaves.NodeDescriptor
          extended by hudson.model.Slave.SlaveDescriptor
              extended by hudson.plugins.libvirt.VirtualMachineSlave.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
VirtualMachineSlave

@Extension
public static final class VirtualMachineSlave.DescriptorImpl
extends hudson.model.Slave.SlaveDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.slaves.NodeDescriptor
ALL
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
VirtualMachineSlave.DescriptorImpl()
           
 
Method Summary
 java.util.List<hudson.model.Descriptor<hudson.slaves.ComputerLauncher>> getComputerLauncherDescriptors()
           
 java.util.List<VirtualMachine> getDefinedVirtualMachines(java.lang.String hypervisorDescription)
           
 java.lang.String getDisplayName()
           
 java.lang.String getHypervisorDescription()
           
 java.util.List<Hypervisor> getHypervisors()
           
 java.lang.String getVirtualMachineName()
           
 boolean isInstantiable()
           
 
Methods inherited from class hudson.model.Slave.SlaveDescriptor
doCheckNumExecutors, doCheckRemoteFS
 
Methods inherited from class hudson.slaves.NodeDescriptor
all, allInstantiable, doCheckName, getConfigPage, newInstanceDetailPage
 
Methods inherited from class hudson.model.Descriptor
configure, configure, doHelp, find, find, getCheckUrl, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualMachineSlave.DescriptorImpl

public VirtualMachineSlave.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.model.Node>

isInstantiable

public boolean isInstantiable()
Overrides:
isInstantiable in class hudson.slaves.NodeDescriptor

getDefinedVirtualMachines

public java.util.List<VirtualMachine> getDefinedVirtualMachines(java.lang.String hypervisorDescription)

getHypervisors

public java.util.List<Hypervisor> getHypervisors()

getComputerLauncherDescriptors

public java.util.List<hudson.model.Descriptor<hudson.slaves.ComputerLauncher>> getComputerLauncherDescriptors()

getHypervisorDescription

public java.lang.String getHypervisorDescription()

getVirtualMachineName

public java.lang.String getVirtualMachineName()


Copyright © 2010 Byte-Code. All Rights Reserved.