Class ECSCloud.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<Cloud>
-
- com.cloudbees.jenkins.plugins.amazonecs.ECSCloud.DescriptorImpl
-
- Enclosing class:
- ECSCloud
@Extension public static class ECSCloud.DescriptorImpl extends Descriptor<Cloud>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_ALLOWED_OVERRIDES
static int
DEFAULT_RETENTION_TIMEOUT
static int
DEFAULT_SLAVE_TIMEOUT_IN_SECONDS
static int
DEFAULT_TASK_POLLING_INTERVAL_IN_SECONDS
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckName(String value)
FormValidation
doCheckRetentionTimeout(Integer value)
ListBoxModel
doFillClusterItems(String credentialsId, String assumedRoleArn, String regionName)
ListBoxModel
doFillCredentialsIdItems()
ListBoxModel
doFillRegionNameItems()
String
getDisplayName()
-
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
-
-
-
-
Field Detail
-
DEFAULT_RETENTION_TIMEOUT
public static final int DEFAULT_RETENTION_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_SLAVE_TIMEOUT_IN_SECONDS
public static final int DEFAULT_SLAVE_TIMEOUT_IN_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_TASK_POLLING_INTERVAL_IN_SECONDS
public static final int DEFAULT_TASK_POLLING_INTERVAL_IN_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_ALLOWED_OVERRIDES
public static final String DEFAULT_ALLOWED_OVERRIDES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Cloud>
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems()
-
doFillRegionNameItems
public ListBoxModel doFillRegionNameItems()
-
doFillClusterItems
public ListBoxModel doFillClusterItems(@QueryParameter String credentialsId, @QueryParameter String assumedRoleArn, @QueryParameter String regionName)
-
doCheckName
public FormValidation doCheckName(@QueryParameter String value) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
doCheckRetentionTimeout
public FormValidation doCheckRetentionTimeout(@QueryParameter Integer value) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
-