@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.759Z") @Stability(value=Experimental) public interface DependabotRegistry extends software.amazon.jsii.JsiiSerializable
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#configuration-options-for-private-registries| Modifier and Type | Interface and Description |
|---|---|
static class |
DependabotRegistry.Builder
A builder for
DependabotRegistry |
static class |
DependabotRegistry.Jsii$Proxy
An implementation for
DependabotRegistry |
| Modifier and Type | Method and Description |
|---|---|
static DependabotRegistry.Builder |
builder() |
default String |
getKey()
(experimental) A reference to a Dependabot secret containing an access key for this registry.
|
default String |
getOrganization()
(experimental) Used with the hex-organization registry type.
|
default String |
getPassword()
(experimental) A reference to a Dependabot secret containing the password for the specified user.
|
default 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).
|
default 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.
|
default String |
getUsername()
(experimental) The username that Dependabot uses to access the registry.
|
@Stability(value=Experimental) @NotNull DependabotRegistryType getType()
@Stability(value=Experimental) @NotNull String getUrl()
@Stability(value=Experimental) @Nullable default String getKey()
Default: undefined
@Stability(value=Experimental) @Nullable default String getOrganization()
Default: undefined
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#hex-organization@Stability(value=Experimental) @Nullable default String getPassword()
Default: undefined
@Stability(value=Experimental) @Nullable default Boolean getReplacesBase()
Default: undefined
@Stability(value=Experimental) @Nullable default String getToken()
Default: undefined
@Stability(value=Experimental) @Nullable default String getUsername()
Default: - do not authenticate
@Stability(value=Experimental) static DependabotRegistry.Builder builder()
DependabotRegistry.Builder of DependabotRegistryCopyright © 2021. All rights reserved.