Class AmazonSNSNotifier.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<Publisher>
hudson.tasks.BuildStepDescriptor<Publisher>
org.jenkinsci.plugins.snsnotify.AmazonSNSNotifier.DescriptorImpl
- Enclosing class:
AmazonSNSNotifier
@Extension
public static final class AmazonSNSNotifier.DescriptorImpl
extends BuildStepDescriptor<Publisher>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) boolean
isApplicable
(Class<? extends AbstractProject> aClass) boolean
boolean
boolean
void
setAwsAccessKey
(String awsAccessKey) void
setAwsSecretKey
(Secret awsSecretKey) void
setDefaultLocalCredential
(boolean defaultLocalCredential) void
setDefaultMessageTemplate
(String defaultMessageTemplate) void
setDefaultNotifyOnConsecutiveSuccesses
(boolean defaultSendNotificationsOnConsecutiveSuccesses) void
setDefaultSendNotificationOnStart
(boolean defaultSendNotificationOnStart) void
setDefaultTopicArn
(String defaultTopicArn) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, 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, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Publisher>
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<Publisher>
- Throws:
Descriptor.FormException
-
getAwsAccessKey
-
getAwsSecretKey
-
getDefaultTopicArn
-
getDefaultMessageTemplate
-
isDefaultLocalCredential
public boolean isDefaultLocalCredential() -
isDefaultSendNotificationOnStart
public boolean isDefaultSendNotificationOnStart() -
isDefaultNotifyOnConsecutiveSuccesses
public boolean isDefaultNotifyOnConsecutiveSuccesses() -
setAwsAccessKey
-
setAwsSecretKey
-
setDefaultTopicArn
-
setDefaultMessageTemplate
-
setDefaultLocalCredential
public void setDefaultLocalCredential(boolean defaultLocalCredential) -
setDefaultSendNotificationOnStart
public void setDefaultSendNotificationOnStart(boolean defaultSendNotificationOnStart) -
setDefaultNotifyOnConsecutiveSuccesses
public void setDefaultNotifyOnConsecutiveSuccesses(boolean defaultSendNotificationsOnConsecutiveSuccesses)
-