Class AgreementInfo
java.lang.Object
com.google.gerrit.extensions.common.AgreementInfo
Representation of a contributor agreement in the REST API.
This class determines the JSON format of a contributor agreement in the REST API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionGroup to which a user that signs the contributor agreement online is added automatically.The description of the contributor agreement.The unique name of the contributor agreement.The URL of the contributor agreement. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The unique name of the contributor agreement. -
description
The description of the contributor agreement. -
url
The URL of the contributor agreement. -
autoVerifyGroup
Group to which a user that signs the contributor agreement online is added automatically.May be
null
. In this case users cannot sign the contributor agreement online.
-
-
Constructor Details
-
AgreementInfo
public AgreementInfo()
-