Package com.google.gerrit.server.edit
Class CommitModification.Builder
java.lang.Object
com.google.gerrit.server.edit.CommitModification.Builder
- Enclosing class:
- CommitModification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTreeModification
(TreeModification treeModification) abstract CommitModification
build()
abstract CommitModification.Builder
newCommitMessage
(String newCommitMessage) abstract CommitModification.Builder
treeModifications
(com.google.common.collect.ImmutableList<TreeModification> treeModifications)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addTreeModification
-
treeModifications
public abstract CommitModification.Builder treeModifications(com.google.common.collect.ImmutableList<TreeModification> treeModifications) -
newCommitMessage
-
build
-