@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.760Z") @Stability(value=Experimental) public enum DependabotRegistryType extends Enum<DependabotRegistryType>
Some types allow more than one way to connect
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| Enum Constant and Description |
|---|
COMPOSER_REGISTRY
(experimental) The composer-repository type supports username and password.
|
DOCKER_REGISTRY
(experimental) The docker-registry type supports username and password.
|
GIT
(experimental) The git type supports username and password.
|
HEX_ORGANIZATION
(experimental) The hex-organization type supports organization and key.
|
MAVEN_REPOSITORY
(experimental) The maven-repository type supports username and password, or token.
|
NPM_REGISTRY
(experimental) The npm-registry type supports username and password, or token.
|
NUGET_FEED
(experimental) The nuget-feed type supports username and password, or token.
|
PYTHON_INDEX
(experimental) The python-index type supports username and password, or token.
|
RUBYGEMS_SERVER
(experimental) The rubygems-server type supports username and password, or token.
|
TERRAFORM_REGISTRY
(experimental) The terraform-registry type supports a token.
|
| Modifier and Type | Method and Description |
|---|---|
static DependabotRegistryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependabotRegistryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final DependabotRegistryType COMPOSER_REGISTRY
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#composer-repository@Stability(value=Experimental) public static final DependabotRegistryType DOCKER_REGISTRY
The docker-registry type can also be used to pull from Amazon ECR using static AWS credentials
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#docker-registry@Stability(value=Experimental) public static final DependabotRegistryType GIT
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#git@Stability(value=Experimental) public static final DependabotRegistryType HEX_ORGANIZATION
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) public static final DependabotRegistryType MAVEN_REPOSITORY
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#maven-repository@Stability(value=Experimental) public static final DependabotRegistryType NPM_REGISTRY
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#npm-registry@Stability(value=Experimental) public static final DependabotRegistryType NUGET_FEED
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#nuget-feed@Stability(value=Experimental) public static final DependabotRegistryType PYTHON_INDEX
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#python-index@Stability(value=Experimental) public static final DependabotRegistryType RUBYGEMS_SERVER
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#rubygems-server@Stability(value=Experimental) public static final DependabotRegistryType TERRAFORM_REGISTRY
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#terraform-registrypublic static DependabotRegistryType[] values()
for (DependabotRegistryType c : DependabotRegistryType.values()) System.out.println(c);
public static DependabotRegistryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.