|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.emailext.plugins.content.ChangesSinceLastBuildContent
public class ChangesSinceLastBuildContent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.plugins.emailext.plugins.EmailContent |
|---|
EmailContent.Args |
| Constructor Summary | |
|---|---|
ChangesSinceLastBuildContent()
|
|
| Method Summary | ||
|---|---|---|
java.util.List<java.lang.String> |
getArguments()
These are the arguments accepted when generating the content for this token. |
|
|
getContent(hudson.model.AbstractBuild<P,B> build,
ExtendedEmailPublisher publisher,
EmailType emailType,
java.util.Map<java.lang.String,?> args)
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. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangesSinceLastBuildContent()
| Method Detail |
|---|
public java.lang.String getToken()
EmailContent
getToken in interface EmailContentpublic java.util.List<java.lang.String> getArguments()
EmailContent
getArguments in interface EmailContentpublic java.lang.String getHelpText()
EmailContent
getHelpText in interface EmailContent
public <P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>> java.lang.String getContent(hudson.model.AbstractBuild<P,B> build,
ExtendedEmailPublisher publisher,
EmailType emailType,
java.util.Map<java.lang.String,?> args)
EmailContent
getContent in interface EmailContentpublisher - TODOargs - the arguments for generating the contentpublic boolean hasNestedContent()
EmailContent
hasNestedContent in interface EmailContent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||