Uses of Class
com.oracle.bmc.adm.model.ExternalScmConfiguration.ExternalScmType
-
Packages that use ExternalScmConfiguration.ExternalScmType Package Description com.oracle.bmc.adm.model -
-
Uses of ExternalScmConfiguration.ExternalScmType in com.oracle.bmc.adm.model
Methods in com.oracle.bmc.adm.model that return ExternalScmConfiguration.ExternalScmType Modifier and Type Method Description static ExternalScmConfiguration.ExternalScmType
ExternalScmConfiguration.ExternalScmType. create(String key)
ExternalScmConfiguration.ExternalScmType
ExternalScmConfiguration. getExternalScmType()
The type of External Source Code Management.static ExternalScmConfiguration.ExternalScmType
ExternalScmConfiguration.ExternalScmType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalScmConfiguration.ExternalScmType[]
ExternalScmConfiguration.ExternalScmType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.adm.model with parameters of type ExternalScmConfiguration.ExternalScmType Modifier and Type Method Description ExternalScmConfiguration.Builder
ExternalScmConfiguration.Builder. externalScmType(ExternalScmConfiguration.ExternalScmType externalScmType)
The type of External Source Code Management.Constructors in com.oracle.bmc.adm.model with parameters of type ExternalScmConfiguration.ExternalScmType Constructor Description ExternalScmConfiguration(String branch, String buildFileLocation, Boolean isAutomergeEnabled, ExternalScmConfiguration.ExternalScmType externalScmType, String repositoryUrl, String username, String patSecretId)
Deprecated.
-