public class ChangeInput extends Object
Modifier and Type | Field and Description |
---|---|
String |
baseChange |
String |
branch |
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 |
Constructor and Description |
---|
ChangeInput() |
public String project
public String branch
public String subject
public String topic
public ChangeStatus status
public String baseChange
public Boolean newBranch
public MergeInput merge
public NotifyHandling notify
public Map<RecipientType,NotifyInfo> notifyDetails