Class RebaseChangeEditInput
java.lang.Object
com.google.gerrit.extensions.api.changes.RebaseChangeEditInput
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Whether the rebase should succeed if there are conflicts. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allowConflicts
public boolean allowConflictsWhether the rebase should succeed if there are conflicts.If there are conflicts the file contents of the rebased change contain git conflict markers to indicate the conflicts.
-
-
Constructor Details
-
RebaseChangeEditInput
public RebaseChangeEditInput()
-