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 StringDEFAULT_ALLOWED_OVERRIDESstatic intDEFAULT_RETENTION_TIMEOUTstatic intDEFAULT_SLAVE_TIMEOUT_IN_SECONDSstatic intDEFAULT_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 FormValidationdoCheckName(String value)FormValidationdoCheckRetentionTimeout(Integer value)ListBoxModeldoFillClusterItems(String credentialsId, String assumedRoleArn, String regionName)ListBoxModeldoFillCredentialsIdItems()ListBoxModeldoFillRegionNameItems()StringgetDisplayName()-
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:
getDisplayNamein 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:
IOExceptionjavax.servlet.ServletException
-
doCheckRetentionTimeout
public FormValidation doCheckRetentionTimeout(@QueryParameter Integer value) throws IOException, javax.servlet.ServletException
- Throws:
IOExceptionjavax.servlet.ServletException
-
-