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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangesSinceLastUnstableBuildContent
public ChangesSinceLastUnstableBuildContent()
getToken
public 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 String getDefaultFormatValue()
- Specified by:
getDefaultFormatValue
in class AbstractChangesSinceContent
getShortHelpDescription
public 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 © 2004-2012. All Rights Reserved.