@Extension
public static final class AmazonSNSNotifier.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
String |
getAwsAccessKey() |
String |
getAwsSecretKey() |
String |
getDefaultMessageTemplate() |
String |
getDefaultTopicArn() |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
boolean |
isDefaultSendNotificationOnStart() |
void |
setAwsAccessKey(String awsAccessKey) |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setDefaultMessageTemplate(String defaultMessageTemplate) |
void |
setDefaultSendNotificationOnStart(boolean defaultSendNotificationOnStart) |
void |
setDefaultTopicArn(String defaultTopicArn) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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<hudson.tasks.Publisher>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>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.Publisher>hudson.model.Descriptor.FormExceptionpublic String getAwsAccessKey()
public String getAwsSecretKey()
public String getDefaultTopicArn()
public String getDefaultMessageTemplate()
public boolean isDefaultSendNotificationOnStart()
public void setAwsAccessKey(String awsAccessKey)
public void setAwsSecretKey(String awsSecretKey)
public void setDefaultTopicArn(String defaultTopicArn)
public void setDefaultMessageTemplate(String defaultMessageTemplate)
public void setDefaultSendNotificationOnStart(boolean defaultSendNotificationOnStart)
Copyright © 2004-2016. All Rights Reserved.