Arguments available to the Email.send method.
Type | Name and description |
---|---|
boolean |
addProviders Should the recipient providers be added? |
boolean |
attachLog If attach build log |
java.lang.String |
body HTML message content. |
boolean |
html Is the body in HTML format |
java.lang.String |
subjectTag A tag that will be added in the subject of the email. |
java.lang.String |
to A 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