Package io.github.cdklabs.projen.github
Class ContributorStatementOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.ContributorStatementOptions.Jsii$Proxy
-
- All Implemented Interfaces:
ContributorStatementOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContributorStatementOptions
@Stability(Experimental) @Internal public static final class ContributorStatementOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContributorStatementOptions
An implementation forContributorStatementOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.github.ContributorStatementOptions
ContributorStatementOptions.Builder, ContributorStatementOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContributorStatementOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theContributorStatementOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getExemptLabels()(experimental) Pull requests with one of these labels are exempted from a contributor statement.List<String>getExemptUsers()(experimental) Pull requests from these GitHub users are exempted from a contributor statement.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ContributorStatementOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theContributorStatementOptions.Builder.
-
-
Method Detail
-
getExemptLabels
public final List<String> getExemptLabels()
Description copied from interface:ContributorStatementOptions(experimental) Pull requests with one of these labels are exempted from a contributor statement.Default: - no labels are excluded
- Specified by:
getExemptLabelsin interfaceContributorStatementOptions
-
getExemptUsers
public final List<String> getExemptUsers()
Description copied from interface:ContributorStatementOptions(experimental) Pull requests from these GitHub users are exempted from a contributor statement.Default: - no users are exempted
- Specified by:
getExemptUsersin interfaceContributorStatementOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-