Class AttentionSetUnchangedOp

java.lang.Object
com.google.gerrit.server.change.AttentionSetUnchangedOp
All Implemented Interfaces:
BatchUpdateOp, RepoOnlyOp

public class AttentionSetUnchangedOp extends Object implements BatchUpdateOp
Ensures that the attention set will not be changed, thus blocks RemoveFromAttentionSetOp and AddToAttentionSetOp and updates in ChangeUpdate.
  • Constructor Details

    • AttentionSetUnchangedOp

      public AttentionSetUnchangedOp()
  • Method Details