Class FixInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.changes.FixInput
-
public class FixInput extends Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
deletePatchSetIfCommitMissing
String
expectMergedAs
-
Constructor Summary
Constructors Constructor Description FixInput()
-
-
-
Field Detail
-
deletePatchSetIfCommitMissing
public boolean deletePatchSetIfCommitMissing
-
expectMergedAs
public String expectMergedAs
-
-