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