Package com.google.gerrit.server.change
Class GetRobotComment
- java.lang.Object
- 
- com.google.gerrit.server.change.GetRobotComment
 
- 
- All Implemented Interfaces:
- RestReadView<RobotCommentResource>,- RestView<RobotCommentResource>
 
 public class GetRobotComment extends Object implements RestReadView<RobotCommentResource> 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RobotCommentInfoapply(RobotCommentResource rsrc)Process the view operation by reading from the resource.
 
- 
- 
- 
Method Detail- 
applypublic RobotCommentInfo apply(RobotCommentResource rsrc) throws com.google.gwtorm.server.OrmException Description copied from interface:RestReadViewProcess the view operation by reading from the resource.- Specified by:
- applyin interface- RestReadView<RobotCommentResource>
- Parameters:
- rsrc- resource to read.
- Returns:
- result to return to the client. Use BinaryResultto avoid automatic conversion to JSON.
- Throws:
- com.google.gwtorm.server.OrmException
 
 
- 
 
-