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.ChangeReportFormatterChangeReportFormatter.Input
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringchangeClosed(ChangeReportFormatter.Input input)StringchangeUpdated(ChangeReportFormatter.Input input)StringnewChange(ChangeReportFormatter.Input input)
 
- 
- 
- 
Method Detail- 
newChangepublic String newChange(ChangeReportFormatter.Input input) - Specified by:
- newChangein interface- ChangeReportFormatter
 
 - 
changeUpdatedpublic String changeUpdated(ChangeReportFormatter.Input input) - Specified by:
- changeUpdatedin interface- ChangeReportFormatter
 
 - 
changeClosedpublic String changeClosed(ChangeReportFormatter.Input input) - Specified by:
- changeClosedin interface- ChangeReportFormatter
 
 
- 
 
-