Arguments available to the Email.send method.
| Type | Name and description |
|---|---|
boolean |
addProvidersShould the recipient providers be added? |
boolean |
attachLogIf attach build log |
java.lang.String |
bodyHTML message content. |
boolean |
htmlIs the body in HTML format |
java.lang.String |
subjectTagA tag that will be added in the subject of the email. |
java.lang.String |
toA list of additional emails, separated by a comma, that will receive the email. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Should the recipient providers be added?
If attach build log
HTML message content.
Is the body in HTML format
A tag that will be added in the subject of the email.
This value will be the first text content in the subject formatted as: "[$subjectTag]"
A list of additional emails, separated by a comma, that will receive the email.
The string provided follows the convention of the Extended Email Plugin