Package com.google.gerrit.server.git
Class DefaultChangeReportFormatter
- java.lang.Object
-
- com.google.gerrit.server.git.DefaultChangeReportFormatter
-
- All Implemented Interfaces:
ChangeReportFormatter
public class DefaultChangeReportFormatter extends Object implements ChangeReportFormatter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.server.git.ChangeReportFormatter
ChangeReportFormatter.Input
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
changeClosed(ChangeReportFormatter.Input input)
String
changeUpdated(ChangeReportFormatter.Input input)
String
newChange(ChangeReportFormatter.Input input)
-
-
-
Method Detail
-
newChange
public String newChange(ChangeReportFormatter.Input input)
- Specified by:
newChange
in interfaceChangeReportFormatter
-
changeUpdated
public String changeUpdated(ChangeReportFormatter.Input input)
- Specified by:
changeUpdated
in interfaceChangeReportFormatter
-
changeClosed
public String changeClosed(ChangeReportFormatter.Input input)
- Specified by:
changeClosed
in interfaceChangeReportFormatter
-
-