Package com.google.gerrit.server.submit
Class ChangeSet
java.lang.Object
com.google.gerrit.server.submit.ChangeSet
A set of changes grouped together to be submitted atomically.
MergeSuperSet constructs ChangeSets to accumulate intermediate results toward the ChangeSet it returns when done.
This class is not thread safe.
-
Constructor Summary
ConstructorsConstructorDescriptionChangeSet(ChangeData change, boolean visible) ChangeSet(Iterable<ChangeData> changes, Iterable<ChangeData> hiddenChanges) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableCollection<ChangeData> changes()com.google.common.collect.ListMultimap<BranchNameKey, ChangeData> com.google.common.collect.ImmutableMap<Change.Id, ChangeData> booleancom.google.common.collect.ImmutableSet<Change.Id> ids()com.google.common.collect.ImmutableList<ChangeData> com.google.common.collect.ImmutableSet<Change.Id> com.google.common.collect.ImmutableSet<Project.NameKey> projects()intsize()toString()