hudson.plugins.emailext.plugins.content
Class ChangesSinceLastUnstableBuildContent

java.lang.Object
  extended by hudson.plugins.emailext.plugins.content.AbstractChangesSinceContent
      extended by hudson.plugins.emailext.plugins.content.ChangesSinceLastUnstableBuildContent
All Implemented Interfaces:
hudson.ExtensionPoint, EmailContent

public class ChangesSinceLastUnstableBuildContent
extends AbstractChangesSinceContent


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.plugins.emailext.plugins.EmailContent
EmailContent.Args
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.plugins.emailext.plugins.content.AbstractChangesSinceContent
CHANGES_FORMAT_ARG_NAME, FORMAT_ARG_NAME, PATH_FORMAT_ARG_NAME, REVERSE_ARG_NAME, REVERSE_DEFAULT_VALUE, SHOW_PATHS_ARG_NAME
 
Constructor Summary
ChangesSinceLastUnstableBuildContent()
           
 
Method Summary
 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)
           
 String getShortHelpDescription()
           
 String getToken()
          This is the token that will be replaced by the content when the email is sent.
 
Methods inherited from class hudson.plugins.emailext.plugins.content.AbstractChangesSinceContent
getArguments, getContent, getHelpText, hasNestedContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangesSinceLastUnstableBuildContent

public ChangesSinceLastUnstableBuildContent()
Method Detail

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.