Interface BlameLinePreProcessor

All Superinterfaces:
PreProcessor<BlameLine>

@ExtensionPoint public interface BlameLinePreProcessor extends PreProcessor<BlameLine>
A pre processor for BlameLine objects. A pre processor is able to modify the object before it is delivered to the user interface.
Since:
1.17
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(BlameLine blameLine)