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