|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.Descriptor<hudson.model.Node>
hudson.slaves.NodeDescriptor
hudson.model.Slave.SlaveDescriptor
hudson.plugins.virtualbox.VirtualBoxSlave.DescriptorImpl
@Extension public static final class VirtualBoxSlave.DescriptorImpl
| 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 | |
|---|---|
VirtualBoxSlave.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
hudson.util.FormValidation |
doCheckHostName(java.lang.String value)
For UI. |
hudson.util.FormValidation |
doCheckVirtualMachineName(java.lang.String value)
For UI. |
java.util.List<VirtualBoxMachine> |
getDefinedVirtualMachines(java.lang.String hostName)
For UI. |
java.lang.String |
getDisplayName()
|
java.util.List<VirtualBoxCloud> |
getHosts()
For UI. |
| Methods inherited from class hudson.model.Slave.SlaveDescriptor |
|---|
doCheckNumExecutors, doCheckRemoteFS |
| Methods inherited from class hudson.slaves.NodeDescriptor |
|---|
all, allInstantiable, doCheckName, getConfigPage, isInstantiable, newInstanceDetailPage |
| Methods inherited from class hudson.model.Descriptor |
|---|
configure, configure, configure, convert, 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 |
|---|
public VirtualBoxSlave.DescriptorImpl()
| Method Detail |
|---|
public java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.Node>public java.util.List<VirtualBoxMachine> getDefinedVirtualMachines(java.lang.String hostName)
VirtualBoxPlugin.getHost(String)public java.util.List<VirtualBoxCloud> getHosts()
VirtualBoxPlugin.getHosts()
public hudson.util.FormValidation doCheckHostName(@QueryParameter
java.lang.String value)
public hudson.util.FormValidation doCheckVirtualMachineName(@QueryParameter
java.lang.String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||