Class 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 Detail

      • EmailType

        public EmailType()
    • Method Detail

      • 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()
      • addRecipientProvider

        public void addRecipientProvider​(RecipientProvider provider)
      • 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.