@Extension
public static final class AWSEBDeploymentBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
HelloWorldBuilder. Used as a singleton.
The class is marked as public so that it can be accessed from views.
See src/main/resources/hudson/plugins/hello_world/HelloWorldBuilder/*.jelly for the actual HTML fragment for the configuration screen.
| Constructor and Description |
|---|
AWSEBDeploymentBuilder.DescriptorImpl()
In order to load the persisted global configuration, you have to
call load() in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckName(String value)
Performs on-the-fly validation of the form field 'name'.
|
String |
getApplicationName() |
String |
getAwsAccessKeyId() |
String |
getAwsRegion() |
String |
getAwsSecretSharedKey() |
String |
getBucketName() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
String |
getEnvironmentName() |
String |
getExcludes() |
String |
getIncludes() |
String |
getKeyPrefix() |
String |
getRootObject() |
String |
getVersionLabelFormat() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
setApplicationName(String applicationName) |
void |
setAwsAccessKeyId(String awsAccessKeyId) |
void |
setAwsRegion(String awsRegion) |
void |
setAwsSecretSharedKey(String awsSecretSharedKey) |
void |
setBucketName(String bucketName) |
void |
setEnvironmentName(String environmentName) |
void |
setExcludes(String excludes) |
void |
setIncludes(String includes) |
void |
setKeyPrefix(String keyFormat) |
void |
setRootObject(String rootDirectory) |
void |
setVersionLabelFormat(String versionLabelFormat) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 AWSEBDeploymentBuilder.DescriptorImpl()
public String getAwsAccessKeyId()
public void setAwsAccessKeyId(String awsAccessKeyId)
public String getAwsSecretSharedKey()
public void setAwsSecretSharedKey(String awsSecretSharedKey)
public String getAwsRegion()
public void setAwsRegion(String awsRegion)
public String getApplicationName()
public void setApplicationName(String applicationName)
public String getEnvironmentName()
public void setEnvironmentName(String environmentName)
public String getBucketName()
public void setBucketName(String bucketName)
public String getKeyPrefix()
public void setKeyPrefix(String keyFormat)
public String getVersionLabelFormat()
public void setVersionLabelFormat(String versionLabelFormat)
public String getRootObject()
public void setRootObject(String rootDirectory)
public String getIncludes()
public void setIncludes(String includes)
public String getExcludes()
public void setExcludes(String excludes)
public hudson.util.FormValidation doCheckName(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - This parameter receives the value that the user has typed.IOExceptionjavax.servlet.ServletExceptionpublic 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 boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionCopyright © 2004-2013. All Rights Reserved.