Class ApplyPatchInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.changes.ApplyPatchInput
-
public class ApplyPatchInput extends Object
Information about a patch to apply.
-
-
Constructor Summary
Constructors Constructor Description ApplyPatchInput()
-
-
-
Field Detail
-
patch
public String patch
Required. The patch to be applied.Must be compatible with `git diff` output. For example, Gerrit API `Get Patch` output.
-
-