Class BatchLabelInput
- java.lang.Object
-
- com.google.gerrit.extensions.common.BatchLabelInput
-
public class BatchLabelInput extends Object
Input for the REST API that describes additions, updates and deletions of label definitions.
-
-
Field Summary
Fields Modifier and Type Field Description String
commitMessage
List<LabelDefinitionInput>
create
List<String>
delete
Map<String,LabelDefinitionInput>
update
-
Constructor Summary
Constructors Constructor Description BatchLabelInput()
-
-
-
Field Detail
-
commitMessage
public String commitMessage
-
create
public List<LabelDefinitionInput> create
-
update
public Map<String,LabelDefinitionInput> update
-
-