@Extension public static final class SlaveTemplate.DescriptorImpl extends Descriptor<SlaveTemplate>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckIdleTerminationInMinutes(String idleTerminationInMinutes) |
FormValidation |
doCheckImageId(String authTokenCredentialId) |
FormValidation |
doCheckInstanceCap(String instanceCap) |
FormValidation |
doCheckName(String name) |
FormValidation |
doCheckNumExecutors(String numExecutors) |
FormValidation |
doCheckRegionId(String authTokenCredentialId) |
FormValidation |
doCheckSizeId(String authTokenCredentialId) |
FormValidation |
doCheckSshPort(String sshPort) |
FormValidation |
doCheckUsername(String username) |
FormValidation |
doCheckWorkspacePath(String workspacePath) |
ListBoxModel |
doFillImageIdItems(String authTokenCredentialId) |
ListBoxModel |
doFillRegionIdItems(String authTokenCredentialId) |
ListBoxModel |
doFillSizeIdItems(String authTokenCredentialId) |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
@Nonnull public String getDisplayName()
getDisplayName
in class Descriptor<SlaveTemplate>
public FormValidation doCheckName(@QueryParameter String name)
public FormValidation doCheckUsername(@QueryParameter String username)
public FormValidation doCheckWorkspacePath(@QueryParameter String workspacePath)
public FormValidation doCheckSshPort(@QueryParameter String sshPort)
public FormValidation doCheckNumExecutors(@QueryParameter String numExecutors)
public FormValidation doCheckIdleTerminationInMinutes(@QueryParameter String idleTerminationInMinutes)
public FormValidation doCheckInstanceCap(@QueryParameter String instanceCap)
public FormValidation doCheckSizeId(@RelativePath(value="..") @QueryParameter String authTokenCredentialId)
public FormValidation doCheckImageId(@RelativePath(value="..") @QueryParameter String authTokenCredentialId)
public FormValidation doCheckRegionId(@RelativePath(value="..") @QueryParameter String authTokenCredentialId)
public ListBoxModel doFillSizeIdItems(@RelativePath(value="..") @QueryParameter String authTokenCredentialId) throws Exception
Exception
public ListBoxModel doFillImageIdItems(@RelativePath(value="..") @QueryParameter String authTokenCredentialId) throws Exception
Exception
public ListBoxModel doFillRegionIdItems(@RelativePath(value="..") @QueryParameter String authTokenCredentialId) throws Exception
Exception
Copyright © 2016–2022. All rights reserved.