@Generated public enum ArtifactCredentialType extends Enum<ArtifactCredentialType>
| Enum Constant and Description |
|---|
AWS_PRESIGNED_URL |
AZURE_ADLS_GEN2_SAS_URI |
AZURE_SAS_URI |
GCP_SIGNED_URL |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactCredentialType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactCredentialType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactCredentialType AWS_PRESIGNED_URL
public static final ArtifactCredentialType AZURE_ADLS_GEN2_SAS_URI
public static final ArtifactCredentialType AZURE_SAS_URI
public static final ArtifactCredentialType GCP_SIGNED_URL
public static ArtifactCredentialType[] values()
for (ArtifactCredentialType c : ArtifactCredentialType.values()) System.out.println(c);
public static ArtifactCredentialType 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 © 2025. All rights reserved.