public class ChangeInput extends Object
Modifier and Type | Field and Description |
---|---|
String |
baseChange |
String |
baseCommit |
String |
branch |
Boolean |
isPrivate |
MergeInput |
merge |
Boolean |
newBranch |
NotifyHandling |
notify
Who to send email notifications to after change is created.
|
Map<RecipientType,NotifyInfo> |
notifyDetails |
String |
project |
ChangeStatus |
status |
String |
subject |
String |
topic |
Boolean |
workInProgress |
Constructor and Description |
---|
ChangeInput() |
ChangeInput(String project,
String branch,
String subject)
Creates a new
ChangeInput with the minimal attributes required for a successful
creation of a new change. |
public String project
public String branch
public String subject
public String topic
public ChangeStatus status
public Boolean isPrivate
public Boolean workInProgress
public String baseChange
public String baseCommit
public Boolean newBranch
public MergeInput merge
public NotifyHandling notify
public Map<RecipientType,NotifyInfo> notifyDetails
public ChangeInput()
public ChangeInput(String project, String branch, String subject)
ChangeInput
with the minimal attributes required for a successful
creation of a new change.project
- the project name for the new changebranch
- the branch name for the new changesubject
- the subject (commit message) for the new change