Class EmailExtStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class EmailExtStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Created by acearl on 9/14/2015.
    • Field Detail

      • subject

        public final String subject
      • body

        public final String body
    • Constructor Detail

      • EmailExtStep

        @DataBoundConstructor
        public EmailExtStep​(String subject,
                            String body)
    • Method Detail

      • getAttachmentsPattern

        @CheckForNull
        public String getAttachmentsPattern()
      • setAttachmentsPattern

        @DataBoundSetter
        public void setAttachmentsPattern​(@CheckForNull
                                          String attachmentsPattern)
      • getTo

        @CheckForNull
        public String getTo()
      • setTo

        @DataBoundSetter
        public void setTo​(@CheckForNull
                          String to)
      • getFrom

        @CheckForNull
        public String getFrom()
      • setFrom

        @DataBoundSetter
        public void setFrom​(@CheckForNull
                            String from)
      • getReplyTo

        @CheckForNull
        public String getReplyTo()
      • setReplyTo

        @DataBoundSetter
        public void setReplyTo​(@CheckForNull
                               String replyTo)
      • getMimeType

        @CheckForNull
        public String getMimeType()
      • setMimeType

        @DataBoundSetter
        public void setMimeType​(@CheckForNull
                                String mimeType)
      • getAttachLog

        public boolean getAttachLog()
      • setAttachLog

        @DataBoundSetter
        public void setAttachLog​(boolean attachLog)
      • getCompressLog

        public boolean getCompressLog()
      • setCompressLog

        @DataBoundSetter
        public void setCompressLog​(boolean compressLog)
      • setRecipientProviders

        @DataBoundSetter
        public void setRecipientProviders​(List<RecipientProvider> recipientProviders)
      • setPresendScript

        @DataBoundSetter
        public void setPresendScript​(String presendScript)
      • getPresendScript

        public String getPresendScript()
      • setPostsendScript

        @DataBoundSetter
        public void setPostsendScript​(String postsendScript)
      • getPostsendScript

        public String getPostsendScript()
      • getSaveOutput

        public boolean getSaveOutput()
      • setSaveOutput

        @DataBoundSetter
        public void setSaveOutput​(boolean saveOutput)
      • 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