org.jenkinsci.plugins.snsnotify
Class AmazonSNSNotifier.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          extended by org.jenkinsci.plugins.snsnotify.AmazonSNSNotifier.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
AmazonSNSNotifier

@Extension
public static final class AmazonSNSNotifier.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
AmazonSNSNotifier.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 java.lang.String getAwsAccessKey()
           
 java.lang.String getAwsSecretKey()
           
 java.lang.String getDefaultTopicArn()
           
 java.lang.String getDisplayName()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)
           
 void setAwsAccessKey(java.lang.String awsAccessKey)
           
 void setAwsSecretKey(java.lang.String awsSecretKey)
           
 void setDefaultTopicArn(java.lang.String defaultTopicArn)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmazonSNSNotifier.DescriptorImpl

public AmazonSNSNotifier.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject formData)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>
Throws:
hudson.model.Descriptor.FormException

getAwsAccessKey

public java.lang.String getAwsAccessKey()

getAwsSecretKey

public java.lang.String getAwsSecretKey()

getDefaultTopicArn

public java.lang.String getDefaultTopicArn()

setAwsAccessKey

public void setAwsAccessKey(java.lang.String awsAccessKey)

setAwsSecretKey

public void setAwsSecretKey(java.lang.String awsSecretKey)

setDefaultTopicArn

public void setDefaultTopicArn(java.lang.String defaultTopicArn)


Copyright © 2004-2011. All Rights Reserved.