Class StackBean.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<StackBean>
com.syncapse.jenkinsci.plugins.awscloudformationwrapper.StackBean.DescriptorImpl
- Enclosing class:
- StackBean
-
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) doCheckCloudFormationRecipe
(AbstractProject<?, ?> project, String value) doCheckStackName
(AbstractProject<?, ?> project, String value) doCheckTimeout
(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<StackBean>
-
doCheckStackName
public FormValidation doCheckStackName(@AncestorInPath AbstractProject<?, ?> project, @QueryParameter String value) throws IOException- Throws:
IOException
-
doCheckTimeout
public FormValidation doCheckTimeout(@AncestorInPath AbstractProject<?, ?> project, @QueryParameter String value) throws IOException- Throws:
IOException
-
doCheckCloudFormationRecipe
public FormValidation doCheckCloudFormationRecipe(@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
-