Package com.google.gerrit.entities
Class ContributorAgreement.Builder
java.lang.Object
com.google.gerrit.entities.ContributorAgreement.Builder
- Enclosing class:
- ContributorAgreement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ContributorAgreement
build()
abstract ContributorAgreement.Builder
setAccepted
(com.google.common.collect.ImmutableList<PermissionRule> accepted) abstract ContributorAgreement.Builder
setAgreementUrl
(String agreementUrl) abstract ContributorAgreement.Builder
setAutoVerify
(GroupReference autoVerify) abstract ContributorAgreement.Builder
setDescription
(String description) abstract ContributorAgreement.Builder
setExcludeProjectsRegexes
(List<String> excludeProjectsRegexes) abstract ContributorAgreement.Builder
setMatchProjectsRegexes
(List<String> matchProjectsRegexes) abstract ContributorAgreement.Builder
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setName
-
setDescription
-
setAccepted
public abstract ContributorAgreement.Builder setAccepted(com.google.common.collect.ImmutableList<PermissionRule> accepted) -
setAutoVerify
-
setAgreementUrl
-
setExcludeProjectsRegexes
public abstract ContributorAgreement.Builder setExcludeProjectsRegexes(List<String> excludeProjectsRegexes) -
setMatchProjectsRegexes
public abstract ContributorAgreement.Builder setMatchProjectsRegexes(List<String> matchProjectsRegexes) -
build
-