|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmailContent
| Method Summary | ||
|---|---|---|
|
getContent(hudson.model.Build<P,B> build,
EmailType emailType)
This method returns the generated content that should replace the token. |
|
java.lang.String |
getHelpText()
This is a string that will be rendered in the help section of the plugin. |
|
java.lang.String |
getToken()
This is the token that will be replaced by the content when the email is sent. |
|
boolean |
hasNestedContent()
Specifies whether or not the content returned by this object can have nested tokens in it that need to be resolved before sending the email. |
|
| Method Detail |
|---|
java.lang.String getToken()
<P extends hudson.model.Project<P,B>,B extends hudson.model.Build<P,B>> java.lang.String getContent(hudson.model.Build<P,B> build,
EmailType emailType)
boolean hasNestedContent()
java.lang.String getHelpText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||