Class VelocityMailBuilder


  • @Deprecated(forRemoval=true)
    public class VelocityMailBuilder
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.6 for removal in 9.0.
    • Constructor Detail

      • VelocityMailBuilder

        public VelocityMailBuilder​(String templateLocation,
                                   String templateName)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • setToEmail

        public void setToEmail​(String toEmail)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setUser

        public void setUser​(com.atlassian.user.User user)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setSubject

        public void setSubject​(String subject)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setMimeType

        public void setMimeType​(String mimeType)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addContextItem

        public void addContextItem​(String key,
                                   Object value)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRenderedMailQueueItem

        public ConfluenceMailQueueItem getRenderedMailQueueItem()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRenderedSubject

        public String getRenderedSubject()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRenderedContent

        public String getRenderedContent​(String content)
        Deprecated, for removal: This API element is subject to removal in a future version.