Package com.google.gerrit.entities
Class ContributorAgreement
java.lang.Object
com.google.gerrit.entities.ContributorAgreement
- All Implemented Interfaces:
Comparable<ContributorAgreement>
public abstract class ContributorAgreement
extends Object
implements Comparable<ContributorAgreement>
Portion of a
Project
describing a single contributor agreement.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContributorAgreement.Builder
final int
abstract com.google.common.collect.ImmutableList<PermissionRule>
abstract String
abstract GroupReference
abstract String
abstract com.google.common.collect.ImmutableList<String>
abstract com.google.common.collect.ImmutableList<String>
abstract String
getName()
abstract ContributorAgreement.Builder
final String
toString()
-
Constructor Details
-
ContributorAgreement
public ContributorAgreement()
-
-
Method Details
-
getName
-
getDescription
-
getAccepted
-
getAutoVerify
-
getAgreementUrl
-
getExcludeProjectsRegexes
-
getMatchProjectsRegexes
-
builder
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ContributorAgreement>
-
toString
-
toBuilder
-