Package io.github.cdklabs.projen.github
Class DependabotRegistry.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.DependabotRegistry.Jsii$Proxy
-
- All Implemented Interfaces:
DependabotRegistry,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DependabotRegistry
@Stability(Experimental) @Internal public static final class DependabotRegistry.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DependabotRegistry
An implementation forDependabotRegistry
-
-
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.DependabotRegistry
DependabotRegistry.Builder, DependabotRegistry.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DependabotRegistry.Builder builder)Constructor that initializes the object based on literal property values passed by theDependabotRegistry.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)StringgetKey()(experimental) A reference to a Dependabot secret containing an access key for this registry.StringgetOrganization()(experimental) Used with the hex-organization registry type.StringgetPassword()(experimental) A reference to a Dependabot secret containing the password for the specified user.BooleangetReplacesBase()(experimental) For registries with type: python-index, if the boolean value is true, pip esolves dependencies by using the specified URL rather than the base URL of the Python Package Index (by default https://pypi.org/simple).StringgetToken()(experimental) Secret token for dependabot access e.g.DependabotRegistryTypegetType()(experimental) Registry type e.g.StringgetUrl()(experimental) Url for the registry e.g.StringgetUsername()(experimental) The username that Dependabot uses to access the registry.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(DependabotRegistry.Builder builder)
Constructor that initializes the object based on literal property values passed by theDependabotRegistry.Builder.
-
-
Method Detail
-
getType
public final DependabotRegistryType getType()
Description copied from interface:DependabotRegistry(experimental) Registry type e.g. 'npm-registry' or 'docker-registry'.- Specified by:
getTypein interfaceDependabotRegistry
-
getUrl
public final String getUrl()
Description copied from interface:DependabotRegistry(experimental) Url for the registry e.g. 'https://npm.pkg.github.com' or 'registry.hub.docker.com'.- Specified by:
getUrlin interfaceDependabotRegistry
-
getKey
public final String getKey()
Description copied from interface:DependabotRegistry(experimental) A reference to a Dependabot secret containing an access key for this registry.Default: undefined
- Specified by:
getKeyin interfaceDependabotRegistry
-
getOrganization
public final String getOrganization()
Description copied from interface:DependabotRegistry(experimental) Used with the hex-organization registry type.Default: undefined
-
getPassword
public final String getPassword()
Description copied from interface:DependabotRegistry(experimental) A reference to a Dependabot secret containing the password for the specified user.Default: undefined
- Specified by:
getPasswordin interfaceDependabotRegistry
-
getReplacesBase
public final Boolean getReplacesBase()
Description copied from interface:DependabotRegistry(experimental) For registries with type: python-index, if the boolean value is true, pip esolves dependencies by using the specified URL rather than the base URL of the Python Package Index (by default https://pypi.org/simple).Default: undefined
- Specified by:
getReplacesBasein interfaceDependabotRegistry
-
getToken
public final String getToken()
Description copied from interface:DependabotRegistry(experimental) Secret token for dependabot access e.g. '${{ secrets.DEPENDABOT_PACKAGE_TOKEN }}'.Default: undefined
- Specified by:
getTokenin interfaceDependabotRegistry
-
getUsername
public final String getUsername()
Description copied from interface:DependabotRegistry(experimental) The username that Dependabot uses to access the registry.Default: - do not authenticate
- Specified by:
getUsernamein interfaceDependabotRegistry
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-