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