Class ApplyProvidedFixInput
- java.lang.Object
-
- com.google.gerrit.extensions.common.ApplyProvidedFixInput
-
public class ApplyProvidedFixInput extends Object
Input containing fix definitions to apply the provided fix to the change, on the patchset specified by revision id.
-
-
Field Summary
Fields Modifier and Type Field Description List<FixReplacementInfo>
fixReplacementInfos
-
Constructor Summary
Constructors Constructor Description ApplyProvidedFixInput()
-
-
-
Field Detail
-
fixReplacementInfos
public List<FixReplacementInfo> fixReplacementInfos
-
-