public class ChangesSinceLastBuildMacro.ChangesSincePrintfSpec extends Object implements Util.PrintfSpec
Constructor and Description |
---|
ChangesSincePrintfSpec(hudson.scm.ChangeLogSet.Entry entry,
String pathFormatString,
DateFormat dateFormatter) |
Modifier and Type | Method and Description |
---|---|
boolean |
printSpec(StringBuffer buf,
char formatChar)
Specializes the behavior of printf for % escape characters.
|
public ChangesSincePrintfSpec(hudson.scm.ChangeLogSet.Entry entry, String pathFormatString, DateFormat dateFormatter)
public boolean printSpec(StringBuffer buf, char formatChar)
Util.PrintfSpec
printSpec
in interface Util.PrintfSpec
buf
- the buffer to append the result toformatChar
- the escape character being replacedCopyright © 2016–2018. All rights reserved.