@Stability(value=Experimental) @Internal public static final class DependabotRegistry.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DependabotRegistry
DependabotRegistrysoftware.amazon.jsii.JsiiObject.InitializationModeDependabotRegistry.Builder, DependabotRegistry.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DependabotRegistry.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DependabotRegistry.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getKey()
(experimental) A reference to a Dependabot secret containing an access key for this registry.
|
String |
getOrganization()
(experimental) Used with the hex-organization registry type.
|
String |
getPassword()
(experimental) A reference to a Dependabot secret containing the password for the specified user.
|
Boolean |
getReplacesBase()
(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).
|
String |
getToken()
(experimental) Secret token for dependabot access e.g.
|
DependabotRegistryType |
getType()
(experimental) Registry type e.g.
|
String |
getUrl()
(experimental) Url for the registry e.g.
|
String |
getUsername()
(experimental) The username that Dependabot uses to access the registry.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DependabotRegistry.Builder builder)
DependabotRegistry.Builder.public final DependabotRegistryType getType()
DependabotRegistrygetType in interface DependabotRegistrypublic final String getUrl()
DependabotRegistrygetUrl in interface DependabotRegistrypublic final String getKey()
DependabotRegistryDefault: undefined
getKey in interface DependabotRegistrypublic final String getOrganization()
DependabotRegistryDefault: undefined
getOrganization in interface DependabotRegistryhttps://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#hex-organizationpublic final String getPassword()
DependabotRegistryDefault: undefined
getPassword in interface DependabotRegistrypublic final Boolean getReplacesBase()
DependabotRegistryDefault: undefined
getReplacesBase in interface DependabotRegistrypublic final String getToken()
DependabotRegistryDefault: undefined
getToken in interface DependabotRegistrypublic final String getUsername()
DependabotRegistryDefault: - do not authenticate
getUsername in interface DependabotRegistry@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.