Class ChangeInput
java.lang.Object
com.google.gerrit.extensions.common.ChangeInput
-
Field Summary
FieldsModifier and TypeFieldDescriptionWho to send email notifications to after change is created. -
Constructor Summary
ConstructorsConstructorDescriptionChangeInput
(String project, String branch, String subject) Creates a newChangeInput
with the minimal attributes required for a successful creation of a new change. -
Method Summary
-
Field Details
-
project
-
branch
-
subject
-
topic
-
status
-
isPrivate
-
workInProgress
-
baseChange
-
baseCommit
-
newBranch
-
validationOptions
-
customKeyedValues
-
merge
-
patch
-
author
-
responseFormatOptions
-
notify
Who to send email notifications to after change is created. -
notifyDetails
-
-
Constructor Details
-
ChangeInput
public ChangeInput() -
ChangeInput
Creates a newChangeInput
with the minimal attributes required for a successful creation of a new change.- Parameters:
project
- the project name for the new changebranch
- the branch name for the new changesubject
- the subject (commit message) for the new change
-