Uses of Class
com.oracle.bmc.devops.model.ConnectionValidationResult.Result
-
Packages that use ConnectionValidationResult.Result Package Description com.oracle.bmc.devops.model -
-
Uses of ConnectionValidationResult.Result in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ConnectionValidationResult.Result Modifier and Type Method Description static ConnectionValidationResult.Result
ConnectionValidationResult.Result. create(String key)
ConnectionValidationResult.Result
ConnectionValidationResult. getResult()
The latest result of whether the credentials pass the validation.static ConnectionValidationResult.Result
ConnectionValidationResult.Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionValidationResult.Result[]
ConnectionValidationResult.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type ConnectionValidationResult.Result Modifier and Type Method Description ConnectionValidationResult.Builder
ConnectionValidationResult.Builder. result(ConnectionValidationResult.Result result)
The latest result of whether the credentials pass the validation.Constructors in com.oracle.bmc.devops.model with parameters of type ConnectionValidationResult.Result Constructor Description ConnectionValidationResult(ConnectionValidationResult.Result result, Date timeValidated, String message)
Deprecated.
-