Class SimpleStackBean.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<SimpleStackBean>
com.syncapse.jenkinsci.plugins.awscloudformationwrapper.SimpleStackBean.DescriptorImpl
- Enclosing class:
- SimpleStackBean
@Extension
public static final class SimpleStackBean.DescriptorImpl
extends Descriptor<SimpleStackBean>
-
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 TypeMethodDescriptiondoCheckAwsAccessKey
(AbstractProject<?, ?> project, String value) doCheckAwsSecretKey
(AbstractProject<?, ?> project, String value) doCheckStackName
(AbstractProject<?, ?> project, String value) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<SimpleStackBean>
-
doCheckStackName
public FormValidation doCheckStackName(@AncestorInPath AbstractProject<?, ?> project, @QueryParameter String value) throws IOException- Throws:
IOException
-
doCheckAwsAccessKey
public FormValidation doCheckAwsAccessKey(@AncestorInPath AbstractProject<?, ?> project, @QueryParameter String value) throws IOException- Throws:
IOException
-
doCheckAwsSecretKey
public FormValidation doCheckAwsSecretKey(@AncestorInPath AbstractProject<?, ?> project, @QueryParameter String value) throws IOException- Throws:
IOException
-
doFillAwsRegionItems
-