Class ApplyPatchInput
java.lang.Object
com.google.gerrit.extensions.api.changes.ApplyPatchInput
Information about a patch to apply.
-
Field Summary
Fields -
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.
-
-
Constructor Details
-
ApplyPatchInput
public ApplyPatchInput()
-