java.lang.Object | |
↳ | com.atlassian.jira.mail.util.MailAttachmentsManagerImpl |
[Expand]
Inherited Constants | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.mail.util.MailAttachmentsManager
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds bodyPart for each image (including avatars) added to this manager
| |||||||||||
Returns the number of attachments added to this manager
| |||||||||||
Returns a link to access user avatar in email message.
| |||||||||||
Returns a link to access user avatar in email message.
| |||||||||||
Returns a link to access user avatar in email message.
| |||||||||||
If the path is a relative url tries to add the image specified as an attachment.
| |||||||||||
Tries to add image specified by path to email attachments.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||||||
From interface
com.atlassian.jira.mail.util.MailAttachmentsManager
|
Builds bodyPart for each image (including avatars) added to this manager
Returns the number of attachments added to this manager
Returns a link to access user avatar in email message. If avatar can be attached to email, the cid link is returned, otherwise avatar URL is returned and no image is attached. (E.g. If Gravatar is enabled)
Returns a link to access user avatar in email message. If avatar can be attached to email, the cid link is returned, otherwise avatar URL is returned and no image is attached. (E.g. If Gravatar is enabled)
Returns a link to access user avatar in email message. If avatar can be attached to email, the cid link is returned, otherwise avatar URL is returned and no image is attached. (E.g. If Gravatar is enabled)
If the path is a relative url tries to add the image specified as an attachment. Returns a cid link if successful, or unchanged path if not
Tries to add image specified by path to email attachments. Returns image cid link if succeeds or unchanged path if specified path cannot be added as attachment