hudson.plugins.emailext.plugins.content
Class ChangesSinceLastUnstableBuildContent
java.lang.Object
hudson.plugins.emailext.plugins.content.AbstractChangesSinceContent
hudson.plugins.emailext.plugins.content.ChangesSinceLastUnstableBuildContent
- All Implemented Interfaces:
- hudson.ExtensionPoint, EmailContent
public class ChangesSinceLastUnstableBuildContent
- extends AbstractChangesSinceContent
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
java.lang.String |
getDefaultFormatValue()
|
<P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>>
hudson.model.AbstractBuild<P,B> |
|
getFirstIncludedBuild(hudson.model.AbstractBuild<P,B> build)
|
java.lang.String |
getShortHelpDescription()
|
java.lang.String |
getToken()
This is the token that will be replaced by the content when the email is sent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangesSinceLastUnstableBuildContent
public ChangesSinceLastUnstableBuildContent()
getToken
public java.lang.String getToken()
- Description copied from interface:
EmailContent
- This is the token that will be replaced by the content when the email is sent.
If the email has a string like "$REPLACE_ME", then the implementation of this
method should return "REPLACE_ME".
getDefaultFormatValue
public java.lang.String getDefaultFormatValue()
- Specified by:
getDefaultFormatValue in class AbstractChangesSinceContent
getShortHelpDescription
public java.lang.String getShortHelpDescription()
- Specified by:
getShortHelpDescription in class AbstractChangesSinceContent
getFirstIncludedBuild
public <P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>> hudson.model.AbstractBuild<P,B> getFirstIncludedBuild(hudson.model.AbstractBuild<P,B> build)
- Specified by:
getFirstIncludedBuild in class AbstractChangesSinceContent
Copyright © 2011. All Rights Reserved.