Class BootSource.BootSourceDescriptor
java.lang.Object
hudson.model.Descriptor<DESCRIBABLE>
jenkins.plugins.openstack.compute.OsAuthDescriptor<BootSource>
jenkins.plugins.openstack.compute.slaveopts.BootSource.BootSourceDescriptor
- Direct Known Subclasses:
BootSource.Image.Desc,BootSource.VolumeSnapshot.Desc
- Enclosing class:
- BootSource
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.plugins.openstack.compute.OsAuthDescriptor
OsAuthDescriptor.InjectOsAuthNested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FormValidationcheckNameMatchesOnlyOnce(String value, String endPointUrl1, String endPointUrl2, boolean ignoreSsl1, boolean ignoreSsl2, String credentialsId1, String credentialsId2, String zone1, String zone2, long cleanfreq1, long cleanfreq2) findMatchingIds(Openstack openstack, String nameOrId) Lists all the IDs (of this kind ofBootSource) matching the given nameOrId.Get relativefillDependsOnoffsets to apply.listAllNames(Openstack openstack) Lists all the names (of this kind ofBootSource) that the user could choose between.protected ListBoxModelmakeListBoxModelOfAllNames(String existingValue, String endPointUrl, boolean ignoreSsl, String credentialsId, String zone, long cleanfreq) Methods inherited from class jenkins.plugins.openstack.compute.OsAuthDescriptor
calcFillSettings, getDefault, hasValue, haveAuthDetailsMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
BootSourceDescriptor
public BootSourceDescriptor()
-
-
Method Details
-
getAuthFieldsOffsets
Description copied from class:OsAuthDescriptorGet relativefillDependsOnoffsets to apply.- Specified by:
getAuthFieldsOffsetsin classOsAuthDescriptor<BootSource>
-
makeListBoxModelOfAllNames
protected ListBoxModel makeListBoxModelOfAllNames(String existingValue, String endPointUrl, boolean ignoreSsl, String credentialsId, String zone, long cleanfreq) -
checkNameMatchesOnlyOnce
-
findMatchingIds
Lists all the IDs (of this kind ofBootSource) matching the given nameOrId.- Parameters:
openstack- Means of communicating with the OpenStack service.nameOrId- The user's selected name (or ID).- Returns:
- A list of all the IDs matching the specified name.
-
listAllNames
Lists all the names (of this kind ofBootSource) that the user could choose between.- Parameters:
openstack- Means of communicating with the OpenStack service.- Returns:
- A list of all the names the user could choose from.
-