Class ApplyPatchInput
java.lang.Object
com.google.gerrit.extensions.api.changes.ApplyPatchInput
Information about a patch to apply.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionIftrue, the operation will succeed if a conflict is detected.Required.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
patchRequired. The patch to be applied.Must be compatible with `git diff` output. For example, Gerrit API `Get Patch` output. 
- 
allowConflictsIftrue, the operation will succeed if a conflict is detected. Conflict markers will be added to the conflicting files.
 
- 
- 
Constructor Details- 
ApplyPatchInputpublic ApplyPatchInput()
 
-