public static class CreateProject.Input extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
branches |
boolean |
createEmptyCommit |
String |
description |
String |
maxObjectSizeLimit |
String |
name |
List<String> |
owners |
String |
parent |
boolean |
permissionsOnly |
Map<String,Map<String,PutConfig.ConfigValue>> |
pluginConfigValues |
com.google.gerrit.reviewdb.client.Project.InheritableBoolean |
requireChangeId |
com.google.gerrit.reviewdb.client.Project.SubmitType |
submitType |
com.google.gerrit.reviewdb.client.Project.InheritableBoolean |
useContentMerge |
com.google.gerrit.reviewdb.client.Project.InheritableBoolean |
useContributorAgreements |
com.google.gerrit.reviewdb.client.Project.InheritableBoolean |
useSignedOffBy |
Constructor and Description |
---|
CreateProject.Input() |
public String name
public String parent
public String description
public boolean permissionsOnly
public boolean createEmptyCommit
public com.google.gerrit.reviewdb.client.Project.SubmitType submitType
public com.google.gerrit.reviewdb.client.Project.InheritableBoolean useContributorAgreements
public com.google.gerrit.reviewdb.client.Project.InheritableBoolean useSignedOffBy
public com.google.gerrit.reviewdb.client.Project.InheritableBoolean useContentMerge
public com.google.gerrit.reviewdb.client.Project.InheritableBoolean requireChangeId
public String maxObjectSizeLimit
public Map<String,Map<String,PutConfig.ConfigValue>> pluginConfigValues