Package com.google.gerrit.server.change
Interface EmailNewPatchSet.Factory
- Enclosing class:
- EmailNewPatchSet
public static interface EmailNewPatchSet.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(PostUpdateContext postUpdateContext, PatchSet patchSet, String message, com.google.common.collect.ImmutableSet<PatchSetApproval> outdatedApprovals, com.google.common.collect.ImmutableSet<Account.Id> reviewers, com.google.common.collect.ImmutableSet<Account.Id> extraCcs, ChangeKind changeKind, org.eclipse.jgit.lib.ObjectId preUpdateMetaId)
-
Method Details
-
create
EmailNewPatchSet create(PostUpdateContext postUpdateContext, PatchSet patchSet, String message, com.google.common.collect.ImmutableSet<PatchSetApproval> outdatedApprovals, com.google.common.collect.ImmutableSet<Account.Id> reviewers, com.google.common.collect.ImmutableSet<Account.Id> extraCcs, ChangeKind changeKind, org.eclipse.jgit.lib.ObjectId preUpdateMetaId)
-