Class SNSPublishStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
de.taimos.pipeline.aws.SNSPublishStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class SNSPublishStep extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

    • SNSPublishStep

      @DataBoundConstructor public SNSPublishStep(String topicArn, String subject, String message)
  • Method Details

    • getTopicArn

      public String getTopicArn()
    • getSubject

      public String getSubject()
    • getMessage

      public String getMessage()
    • setMessageAttributes

      @DataBoundSetter public void setMessageAttributes(Map<String,String> messageAttributes)
    • getMessageAttributes

      public Map<String,String> getMessageAttributes()
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception