Package com.google.gerrit.server.change
Interface AddToAttentionSetOp.Factory
-
- Enclosing class:
- AddToAttentionSetOp
public static interface AddToAttentionSetOp.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddToAttentionSetOp
create(Account.Id attentionUserId, String reason, boolean notify)
-
-
-
Method Detail
-
create
AddToAttentionSetOp create(Account.Id attentionUserId, String reason, boolean notify)
-
-