@Extension
public static final class AWSEBDeploymentBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckApplicationName(String value) |
hudson.util.FormValidation |
doCheckAwsRegion(String value) |
hudson.util.FormValidation |
doCheckEnvironmentName(String value,
boolean skipEnvironmentUpdates) |
com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<?,?> |
doFillCredentialIdItems(hudson.model.Item owner) |
hudson.util.FormValidation |
doValidateCoordinates(String credentialId,
String awsRegion,
String applicationName,
String environmentName,
boolean skipEnvironmentUpdates) |
hudson.util.FormValidation |
doValidateCredentials(String credentialId,
String awsRegion) |
hudson.util.FormValidation |
doValidateUpload(String applicationName,
String bucketName,
String keyPrefix,
String versionLabelFormat) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel<?,?> doFillCredentialIdItems(@AncestorInPath hudson.model.Item owner)
public hudson.util.FormValidation doCheckAwsRegion(@QueryParameter String value)
public hudson.util.FormValidation doCheckApplicationName(@QueryParameter String value)
public hudson.util.FormValidation doCheckEnvironmentName(@QueryParameter String value, @QueryParameter boolean skipEnvironmentUpdates)
public hudson.util.FormValidation doValidateCredentials(@QueryParameter(value="credentialId") String credentialId, @QueryParameter String awsRegion)
public hudson.util.FormValidation doValidateCoordinates(@QueryParameter(value="credentialId") String credentialId, @QueryParameter(value="awsRegion") String awsRegion, @QueryParameter(value="applicationName") String applicationName, @QueryParameter(value="environmentName") String environmentName, @QueryParameter(value="skipEnvironmentUpdates") boolean skipEnvironmentUpdates) throws Exception
Exception
public hudson.util.FormValidation doValidateUpload(@QueryParameter(value="applicationName") String applicationName, @QueryParameter(value="bucketName") String bucketName, @QueryParameter(value="keyPrefix") String keyPrefix, @QueryParameter(value="versionLabelFormat") String versionLabelFormat)
Copyright © 2013–2020 ingenieux Labs. All rights reserved.