public static enum DeployArtifactSource.DeployArtifactSourceType extends Enum<DeployArtifactSource.DeployArtifactSourceType> implements BmcEnum
Specifies types of artifact sources.
Enum Constant and Description |
---|
GenericArtifact |
HelmChart |
Inline |
Ocir |
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 DeployArtifactSource.DeployArtifactSourceType |
create(String key) |
String |
getValue() |
static DeployArtifactSource.DeployArtifactSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeployArtifactSource.DeployArtifactSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeployArtifactSource.DeployArtifactSourceType Inline
public static final DeployArtifactSource.DeployArtifactSourceType Ocir
public static final DeployArtifactSource.DeployArtifactSourceType GenericArtifact
public static final DeployArtifactSource.DeployArtifactSourceType HelmChart
public static final DeployArtifactSource.DeployArtifactSourceType UnknownEnumValue
public static DeployArtifactSource.DeployArtifactSourceType[] values()
for (DeployArtifactSource.DeployArtifactSourceType c : DeployArtifactSource.DeployArtifactSourceType.values()) System.out.println(c);
public static DeployArtifactSource.DeployArtifactSourceType 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 DeployArtifactSource.DeployArtifactSourceType create(String key)
Copyright © 2016–2023. All rights reserved.