Package com.google.gerrit.server.comment
Class CommentContextKey.Builder
- java.lang.Object
- 
- com.google.gerrit.server.comment.CommentContextKey.Builder
 
- 
- Enclosing class:
- CommentContextKey
 
 public abstract static class CommentContextKey.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CommentContextKeybuild()abstract CommentContextKey.BuilderchangeId(Change.Id changeId)abstract CommentContextKey.BuildercontextPadding(Integer numLines)abstract CommentContextKey.Builderid(String id)abstract CommentContextKey.Builderpatchset(Integer patchset)abstract CommentContextKey.Builderpath(String path)abstract CommentContextKey.Builderproject(Project.NameKey nameKey)
 
- 
- 
- 
Method Detail- 
projectpublic abstract CommentContextKey.Builder project(Project.NameKey nameKey) 
 - 
changeIdpublic abstract CommentContextKey.Builder changeId(Change.Id changeId) 
 - 
idpublic abstract CommentContextKey.Builder id(String id) 
 - 
pathpublic abstract CommentContextKey.Builder path(String path) 
 - 
patchsetpublic abstract CommentContextKey.Builder patchset(Integer patchset) 
 - 
contextPaddingpublic abstract CommentContextKey.Builder contextPadding(Integer numLines) 
 - 
buildpublic abstract CommentContextKey build() 
 
- 
 
-