hudson.plugins.delta_cloud
Class SlaveImage.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<SlaveImage>
hudson.plugins.delta_cloud.SlaveImage.DescriptorImpl
- All Implemented Interfaces:
- hudson.model.Saveable
- Enclosing class:
- SlaveImage
@Extension
public static final class SlaveImage.DescriptorImpl
- extends hudson.model.Descriptor<SlaveImage>
Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
Field Summary |
static org.deltacloud.client.DeltaCloudClient |
client
|
static java.util.List<org.deltacloud.HardwareProfile> |
hwProfiles
|
static java.util.List<org.deltacloud.Image> |
images
|
static boolean |
isLoaded
|
static java.util.List<org.deltacloud.Realm> |
realms
|
Fields inherited from class hudson.model.Descriptor |
clazz |
Fields inherited from interface hudson.model.Saveable |
NOOP |
Method Summary |
hudson.util.ListBoxModel |
doFillDcImageItems(java.lang.String apiUrl,
java.lang.String login,
java.lang.String passwd)
|
hudson.util.ListBoxModel |
doFillHwProfileItems(java.lang.String apiUrl,
java.lang.String login,
java.lang.String passwd)
|
hudson.util.ListBoxModel |
doFillRealmItems(java.lang.String apiUrl,
java.lang.String login,
java.lang.String passwd)
|
static java.util.List<hudson.model.Descriptor<hudson.slaves.ComputerConnector>> |
getComputerConnectorDescriptors()
|
java.lang.String |
getDisplayName()
|
Methods inherited from class hudson.model.Descriptor |
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
public static org.deltacloud.client.DeltaCloudClient client
realms
public static java.util.List<org.deltacloud.Realm> realms
hwProfiles
public static java.util.List<org.deltacloud.HardwareProfile> hwProfiles
images
public static java.util.List<org.deltacloud.Image> images
isLoaded
public static boolean isLoaded
SlaveImage.DescriptorImpl
public SlaveImage.DescriptorImpl()
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in class hudson.model.Descriptor<SlaveImage>
getComputerConnectorDescriptors
public static java.util.List<hudson.model.Descriptor<hudson.slaves.ComputerConnector>> getComputerConnectorDescriptors()
doFillRealmItems
@JavaScriptMethod
public hudson.util.ListBoxModel doFillRealmItems(@QueryParameter(value="dc.apiUrl")@RelativePath(value="..")
java.lang.String apiUrl,
@QueryParameter(value="dc.login")@RelativePath(value="..")
java.lang.String login,
@QueryParameter(value="dc.passwd")@RelativePath(value="..")
java.lang.String passwd)
doFillHwProfileItems
@JavaScriptMethod
public hudson.util.ListBoxModel doFillHwProfileItems(@QueryParameter(value="dc.apiUrl")@RelativePath(value="..")
java.lang.String apiUrl,
@QueryParameter(value="dc.login")@RelativePath(value="..")
java.lang.String login,
@QueryParameter(value="dc.passwd")@RelativePath(value="..")
java.lang.String passwd)
doFillDcImageItems
@JavaScriptMethod
public hudson.util.ListBoxModel doFillDcImageItems(@QueryParameter(value="dc.apiUrl")@RelativePath(value="..")
java.lang.String apiUrl,
@QueryParameter(value="dc.login")@RelativePath(value="..")
java.lang.String login,
@QueryParameter(value="dc.passwd")@RelativePath(value="..")
java.lang.String passwd)
Copyright © 2004-2011. All Rights Reserved.