Interface CommentSender.Factory
-
- Enclosing class:
- CommentSender
public static interface CommentSender.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentSender
create(Project.NameKey project, Change.Id changeId, org.eclipse.jgit.lib.ObjectId preUpdateMetaId, Map<SubmitRequirement,SubmitRequirementResult> postUpdateSubmitRequirementResults)
-
-
-
Method Detail
-
create
CommentSender create(Project.NameKey project, Change.Id changeId, org.eclipse.jgit.lib.ObjectId preUpdateMetaId, Map<SubmitRequirement,SubmitRequirementResult> postUpdateSubmitRequirementResults)
-
-