Class ChangeInput

java.lang.Object
com.google.gerrit.extensions.common.ChangeInput

public class ChangeInput extends Object
  • Field Details

  • Constructor Details

    • ChangeInput

      public ChangeInput()
    • ChangeInput

      public ChangeInput(String project, String branch, String subject)
      Creates a new ChangeInput with the minimal attributes required for a successful creation of a new change.
      Parameters:
      project - the project name for the new change
      branch - the branch name for the new change
      subject - the subject (commit message) for the new change