Class ChangesSinceLastBuildMacro.ChangesSincePrintfSpec

    • Constructor Detail

      • ChangesSincePrintfSpec

        public ChangesSincePrintfSpec​(hudson.scm.ChangeLogSet.Entry entry,
                                      String pathFormatString,
                                      DateFormat dateFormatter)
    • 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