Uses of Class
com.oracle.bmc.devops.model.ApproveDeploymentDetails.Action
-
Packages that use ApproveDeploymentDetails.Action Package Description com.oracle.bmc.devops.model -
-
Uses of ApproveDeploymentDetails.Action in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ApproveDeploymentDetails.Action Modifier and Type Method Description static ApproveDeploymentDetails.Action
ApproveDeploymentDetails.Action. create(String key)
ApproveDeploymentDetails.Action
ApproveDeploymentDetails. getAction()
The action of Approve or Reject.static ApproveDeploymentDetails.Action
ApproveDeploymentDetails.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApproveDeploymentDetails.Action[]
ApproveDeploymentDetails.Action. 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 ApproveDeploymentDetails.Action Modifier and Type Method Description ApproveDeploymentDetails.Builder
ApproveDeploymentDetails.Builder. action(ApproveDeploymentDetails.Action action)
The action of Approve or Reject.Constructors in com.oracle.bmc.devops.model with parameters of type ApproveDeploymentDetails.Action Constructor Description ApproveDeploymentDetails(String deployStageId, String reason, ApproveDeploymentDetails.Action action)
Deprecated.
-