Uses of Class
com.oracle.bmc.devops.model.DeliveredArtifact.ArtifactType
-
Packages that use DeliveredArtifact.ArtifactType Package Description com.oracle.bmc.devops.model -
-
Uses of DeliveredArtifact.ArtifactType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeliveredArtifact.ArtifactType Modifier and Type Method Description static DeliveredArtifact.ArtifactTypeDeliveredArtifact.ArtifactType. create(String key)static DeliveredArtifact.ArtifactTypeDeliveredArtifact.ArtifactType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveredArtifact.ArtifactType[]DeliveredArtifact.ArtifactType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-