@Extension public static final class PostBuildStackBean.DescriptorImpl extends hudson.model.Descriptor<PostBuildStackBean>
| Constructor and Description |
|---|
PostBuildStackBean.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAwsAccessKey(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckAwsSecretKey(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckCloudFormationRecipe(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckSleep(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckStackName(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckTimeout(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.ListBoxModel |
doFillAwsRegionItems() |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<PostBuildStackBean>public hudson.util.FormValidation doCheckStackName(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckTimeout(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckSleep(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckCloudFormationRecipe(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckAwsAccessKey(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckAwsSecretKey(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.ListBoxModel doFillAwsRegionItems()
Copyright © 2004-2015. All Rights Reserved.