Package com.dubture.jenkins.digitalocean
Class SlaveTemplate.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<SlaveTemplate>
com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- Enclosing class:
- SlaveTemplate
-
Nested Class Summary
Nested 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 TypeMethodDescriptiondoCheckIdleTerminationInMinutes
(String idleTerminationInMinutes) doCheckImageId
(String authTokenCredentialId) doCheckInstanceCap
(String instanceCap) doCheckName
(String name) doCheckNumExecutors
(String numExecutors) doCheckRegionId
(String authTokenCredentialId) doCheckSizeId
(String authTokenCredentialId) doCheckSshPort
(String sshPort) doCheckUsername
(String username) doCheckWorkspacePath
(String workspacePath) doFillImageIdItems
(String authTokenCredentialId) doFillRegionIdItems
(String authTokenCredentialId) doFillSizeIdItems
(String authTokenCredentialId) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<SlaveTemplate>
-
doCheckName
-
doCheckUsername
-
doCheckWorkspacePath
-
doCheckSshPort
-
doCheckNumExecutors
-
doCheckIdleTerminationInMinutes
public FormValidation doCheckIdleTerminationInMinutes(@QueryParameter String idleTerminationInMinutes) -
doCheckInstanceCap
-
doCheckSizeId
public FormValidation doCheckSizeId(@RelativePath("..") @QueryParameter String authTokenCredentialId) -
doCheckImageId
public FormValidation doCheckImageId(@RelativePath("..") @QueryParameter String authTokenCredentialId) -
doCheckRegionId
public FormValidation doCheckRegionId(@RelativePath("..") @QueryParameter String authTokenCredentialId) -
doFillSizeIdItems
public ListBoxModel doFillSizeIdItems(@RelativePath("..") @QueryParameter String authTokenCredentialId) throws Exception - Throws:
Exception
-
doFillImageIdItems
public ListBoxModel doFillImageIdItems(@RelativePath("..") @QueryParameter String authTokenCredentialId) throws Exception - Throws:
Exception
-
doFillRegionIdItems
public ListBoxModel doFillRegionIdItems(@RelativePath("..") @QueryParameter String authTokenCredentialId) throws Exception - Throws:
Exception
-