@Generated public enum GitProvider extends Enum<GitProvider>
Enum Constant and Description |
---|
AWS_CODE_COMMIT |
AZURE_DEV_OPS_SERVICES |
BITBUCKET_CLOUD |
BITBUCKET_SERVER |
GIT_HUB |
GIT_HUB_ENTERPRISE |
GIT_LAB |
GIT_LAB_ENTERPRISE_EDITION |
Modifier and Type | Method and Description |
---|---|
static GitProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GitProvider AWS_CODE_COMMIT
public static final GitProvider AZURE_DEV_OPS_SERVICES
public static final GitProvider BITBUCKET_CLOUD
public static final GitProvider BITBUCKET_SERVER
public static final GitProvider GIT_HUB
public static final GitProvider GIT_HUB_ENTERPRISE
public static final GitProvider GIT_LAB
public static final GitProvider GIT_LAB_ENTERPRISE_EDITION
public static GitProvider[] values()
for (GitProvider c : GitProvider.values()) System.out.println(c);
public static GitProvider 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 © 2023. All rights reserved.