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.PrintfSpecprintSpec in interface Util.PrintfSpecbuf - the buffer to append the result toformatChar - the escape character being replacedCopyright © 2016. All rights reserved.