Class ChangeInput


  • public class ChangeInput
    extends Object
    • Constructor Detail

      • 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