Class ApplyPatchPatchSetInput


  • public class ApplyPatchPatchSetInput
    extends Object
    Information for creating a new patch set from a given patch.
    • Field Detail

      • commitMessage

        public String commitMessage
        The commit message for the new patch set. If not specified, a predefined message will be used.
      • base

        public String base
        40-hex digit SHA-1 of the commit which will be the parent commit of the newly created patch set. If set, it must be a merged commit or a change revision on the destination branch. Otherwise, the target change's branch tip will be used.
    • Constructor Detail

      • ApplyPatchPatchSetInput

        public ApplyPatchPatchSetInput()