Class AgreementInfo

java.lang.Object
com.google.gerrit.extensions.common.AgreementInfo

public class AgreementInfo extends Object
Representation of a contributor agreement in the REST API.

This class determines the JSON format of a contributor agreement in the REST API.

  • Field Details

    • name

      public String name
      The unique name of the contributor agreement.
    • description

      public String description
      The description of the contributor agreement.
    • url

      public String url
      The URL of the contributor agreement.
    • autoVerifyGroup

      public GroupInfo 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()