@Extension @Symbol(value="image") public static class BootSource.Image.Desc extends BootSource.BootSourceDescriptor
OsAuthDescriptor.InjectOsAuth
Constructor and Description |
---|
Desc() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckName(String value,
String endPointUrlCloud,
String endPointUrlTemplate,
boolean ignoreSslCloud,
boolean ignoreSslTemplate,
String credentialsIdCloud,
String credentialsIdTemplate,
String zoneCloud,
String zoneTemplate) |
hudson.util.ListBoxModel |
doFillNameItems(String name,
String endPointUrl,
boolean ignoreSsl,
String credentialsId,
String zone) |
List<String> |
findMatchingIds(Openstack openstack,
String nameOrId)
Lists all the IDs (of this kind of
BootSource ) matching the
given nameOrId. |
String |
getDisplayName() |
List<String> |
listAllNames(Openstack openstack)
Lists all the names (of this kind of
BootSource ) that the
user could choose between. |
checkNameMatchesOnlyOnce, getAuthFieldsOffsets, makeListBoxModelOfAllNames
calcFillSettings, getDefault, hasValue, haveAuthDetails
addHelpFileRedirect, calcAutoCompleteSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
@Nonnull public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<BootSource>
@Nonnull public List<String> findMatchingIds(Openstack openstack, String nameOrId)
BootSource.BootSourceDescriptor
BootSource
) matching the
given nameOrId.findMatchingIds
in class BootSource.BootSourceDescriptor
openstack
- Means of communicating with the OpenStack service.nameOrId
- The user's selected name (or ID).@Nonnull public List<String> listAllNames(Openstack openstack)
BootSource.BootSourceDescriptor
BootSource
) that the
user could choose between.listAllNames
in class BootSource.BootSourceDescriptor
openstack
- Means of communicating with the OpenStack service.@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) public hudson.util.ListBoxModel doFillNameItems(@QueryParameter String name, @QueryParameter String endPointUrl, @QueryParameter boolean ignoreSsl, @QueryParameter String credentialsId, @QueryParameter String zone)
@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) public hudson.util.FormValidation doCheckName(@QueryParameter String value, @RelativePath(value="../..") @QueryParameter(value="endPointUrl") String endPointUrlCloud, @RelativePath(value="../../..") @QueryParameter(value="endPointUrl") String endPointUrlTemplate, @RelativePath(value="../..") @QueryParameter(value="ignoreSsl") boolean ignoreSslCloud, @RelativePath(value="../../..") @QueryParameter(value="ignoreSsl") boolean ignoreSslTemplate, @RelativePath(value="../..") @QueryParameter(value="credentialsId") String credentialsIdCloud, @RelativePath(value="../../..") @QueryParameter(value="credentialsId") String credentialsIdTemplate, @RelativePath(value="../..") @QueryParameter(value="zone") String zoneCloud, @RelativePath(value="../../..") @QueryParameter(value="zone") String zoneTemplate)
Copyright © 2016–2020. All rights reserved.