public static enum ConfigurationSourceProvider.ConfigSourceProviderType extends Enum<ConfigurationSourceProvider.ConfigSourceProviderType> implements BmcEnum
The type of configuration source provider. The BITBUCKET_CLOUD_USERNAME_APPPASSWORD
type corresponds to Bitbucket Cloud. The BITBUCKET_SERVER_ACCESS_TOKEN
type
corresponds to Bitbucket Server. The GITLAB_ACCESS_TOKEN
type corresponds to GitLab.
The GITHUB_ACCESS_TOKEN
type corresponds to GitHub.
Enum Constant and Description |
---|
BitbucketCloudUsernameApppassword |
BitbucketServerAccessToken |
GithubAccessToken |
GitlabAccessToken |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationSourceProvider.ConfigSourceProviderType |
create(String key) |
String |
getValue() |
static ConfigurationSourceProvider.ConfigSourceProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationSourceProvider.ConfigSourceProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationSourceProvider.ConfigSourceProviderType BitbucketCloudUsernameApppassword
public static final ConfigurationSourceProvider.ConfigSourceProviderType BitbucketServerAccessToken
public static final ConfigurationSourceProvider.ConfigSourceProviderType GitlabAccessToken
public static final ConfigurationSourceProvider.ConfigSourceProviderType GithubAccessToken
public static final ConfigurationSourceProvider.ConfigSourceProviderType UnknownEnumValue
public static ConfigurationSourceProvider.ConfigSourceProviderType[] values()
for (ConfigurationSourceProvider.ConfigSourceProviderType c : ConfigurationSourceProvider.ConfigSourceProviderType.values()) System.out.println(c);
public static ConfigurationSourceProvider.ConfigSourceProviderType 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 nullpublic static ConfigurationSourceProvider.ConfigSourceProviderType create(String key)
Copyright © 2016–2024. All rights reserved.