Class EmailExtStep

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

    public class EmailExtStep
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
    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

      • setAttachmentsPattern

        @DataBoundSetter
        public void setAttachmentsPattern​(@CheckForNull
                                          String attachmentsPattern)
      • 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)