hudson.plugins.emailext.plugins.content
Class ChangesSinceLastBuildContent.ChangesSincePrintfSpec

java.lang.Object
  extended by hudson.plugins.emailext.plugins.content.ChangesSinceLastBuildContent.ChangesSincePrintfSpec
All Implemented Interfaces:
Util.PrintfSpec
Enclosing class:
ChangesSinceLastBuildContent

public class ChangesSinceLastBuildContent.ChangesSincePrintfSpec
extends Object
implements Util.PrintfSpec


Constructor Summary
ChangesSinceLastBuildContent.ChangesSincePrintfSpec(hudson.scm.ChangeLogSet.Entry entry, String pathFormatString)
           
 
Method Summary
 boolean printSpec(StringBuffer buf, char formatChar)
          Specializes the behavior of printf for % escape characters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangesSinceLastBuildContent.ChangesSincePrintfSpec

public ChangesSinceLastBuildContent.ChangesSincePrintfSpec(hudson.scm.ChangeLogSet.Entry entry,
                                                           String pathFormatString)
Method Detail

printSpec

public boolean printSpec(StringBuffer buf,
                         char formatChar)
Description copied from interface: Util.PrintfSpec
Specializes the behavior of printf for % escape characters. Given a character, appends the replacement of that escape character to the given buffer, if the escape character can be handled. Otherwise, does nothing.

Specified by:
printSpec in interface Util.PrintfSpec
Parameters:
buf - the buffer to append the result to
formatChar - the escape character being replaced
Returns:
true if the character was handled


Copyright © 2004-2012. All Rights Reserved.