Class EmailType

java.lang.Object
hudson.plugins.emailext.EmailType

public class EmailType extends Object
This class defines what the contents of an email will be if it gets sent.
Author:
kyle.sweeney@valtech.com
  • Constructor Details

    • EmailType

      public EmailType()
  • Method Details

    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • getHasRecipients

      public boolean getHasRecipients()
    • getRecipientList

      public String getRecipientList()
    • getRecipientProviders

      public List<RecipientProvider> getRecipientProviders()
    • addRecipientProvider

      public void addRecipientProvider(RecipientProvider provider)
    • addRecipientProviders

      public void addRecipientProviders(List<RecipientProvider> providers)
    • setRecipientList

      public void setRecipientList(String recipientList)
    • getReplyTo

      public String getReplyTo()
    • setReplyTo

      public void setReplyTo(String replyTo)
    • getAttachmentsPattern

      public String getAttachmentsPattern()
    • setAttachmentsPattern

      public void setAttachmentsPattern(String attachmentsPattern)
    • getAttachBuildLog

      public boolean getAttachBuildLog()
    • getCompressBuildLog

      public boolean getCompressBuildLog()
    • setAttachBuildLog

      public void setAttachBuildLog(boolean attachBuildLog)
    • setCompressBuildLog

      public void setCompressBuildLog(boolean compressBuildLog)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • readResolve

      public Object readResolve()
    • getSendToCulprits

      @Deprecated public boolean getSendToCulprits()
      Deprecated.
    • setSendToCulprits

      @Deprecated public void setSendToCulprits(boolean sendToCulprits)
      Deprecated.
    • getSendToDevelopers

      @Deprecated public boolean getSendToDevelopers()
      Deprecated.
    • setSendToDevelopers

      @Deprecated public void setSendToDevelopers(boolean sendToDevelopers)
      Deprecated.
    • getSendToRequester

      @Deprecated public boolean getSendToRequester()
      Deprecated.
    • setSendToRequester

      @Deprecated public void setSendToRequester(boolean sendToRequester)
      Deprecated.
    • getSendToRecipientList

      @Deprecated public boolean getSendToRecipientList()
      Deprecated.
    • setSendToRecipientList

      @Deprecated public void setSendToRecipientList(boolean sendToRecipientList)
      Deprecated.