| java.lang.Object | |
| ↳ | com.atlassian.jira.mail.util.MailAttachments |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an image attachment from provided avatar.
| |||||||||||
Creates an image attachment from provided path.
| |||||||||||
Creates an image attachment from provided avatar via
AvatarTranscoder to get the image in raster fromat. | |||||||||||
Creates an image attachment from provided URL.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates an image attachment from provided avatar. Uses AvatarManager to read the image's data.
Creates an image attachment from provided path. If the image at the path is in SVG format it will be transcoded to PNG.
Creates an image attachment from provided avatar via AvatarTranscoder to get the image in raster fromat.
Creates an image attachment from provided URL. Should only be used for local resources that aren't accessible via ServletContext

