public class ProjectInput extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
branches |
boolean |
createEmptyCommit |
InheritableBoolean |
createNewChangeForAllNotInTarget |
String |
description |
String |
maxObjectSizeLimit |
String |
name |
List<String> |
owners |
String |
parent |
boolean |
permissionsOnly |
Map<String,Map<String,ConfigValue>> |
pluginConfigValues |
InheritableBoolean |
requireChangeId |
SubmitType |
submitType |
InheritableBoolean |
useContentMerge |
InheritableBoolean |
useContributorAgreements |
InheritableBoolean |
useSignedOffBy |
Constructor and Description |
---|
ProjectInput() |
public String name
public String parent
public String description
public boolean permissionsOnly
public boolean createEmptyCommit
public SubmitType submitType
public InheritableBoolean useContributorAgreements
public InheritableBoolean useSignedOffBy
public InheritableBoolean useContentMerge
public InheritableBoolean requireChangeId
public InheritableBoolean createNewChangeForAllNotInTarget
public String maxObjectSizeLimit
public Map<String,Map<String,ConfigValue>> pluginConfigValues