Package com.google.gerrit.server.git
Interface ChangeReportFormatter
-
- All Known Implementing Classes:
DefaultChangeReportFormatter
public interface ChangeReportFormatter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ChangeReportFormatter.Input
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
changeClosed(ChangeReportFormatter.Input input)
String
changeUpdated(ChangeReportFormatter.Input input)
String
newChange(ChangeReportFormatter.Input input)
-
-
-
Method Detail
-
newChange
String newChange(ChangeReportFormatter.Input input)
-
changeUpdated
String changeUpdated(ChangeReportFormatter.Input input)
-
changeClosed
String changeClosed(ChangeReportFormatter.Input input)
-
-