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