Uses of Class
com.oracle.bmc.devops.model.ProtectionLevel
-
Packages that use ProtectionLevel Package Description com.oracle.bmc.devops.model -
-
Uses of ProtectionLevel in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ProtectionLevel Modifier and Type Method Description static ProtectionLevel
ProtectionLevel. create(String key)
static ProtectionLevel
ProtectionLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtectionLevel[]
ProtectionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model that return types with arguments of type ProtectionLevel Modifier and Type Method Description List<ProtectionLevel>
CreateOrUpdateProtectedBranchDetails. getProtectionLevels()
Level of protection to add on a branch.List<ProtectionLevel>
ProtectedBranch. getProtectionLevels()
Protection levels to be added on the branch.List<ProtectionLevel>
ProtectedBranchSummary. getProtectionLevels()
Protection level to be added on the branch.Method parameters in com.oracle.bmc.devops.model with type arguments of type ProtectionLevel Modifier and Type Method Description CreateOrUpdateProtectedBranchDetails.Builder
CreateOrUpdateProtectedBranchDetails.Builder. protectionLevels(List<ProtectionLevel> protectionLevels)
Level of protection to add on a branch.ProtectedBranch.Builder
ProtectedBranch.Builder. protectionLevels(List<ProtectionLevel> protectionLevels)
Protection levels to be added on the branch.ProtectedBranchSummary.Builder
ProtectedBranchSummary.Builder. protectionLevels(List<ProtectionLevel> protectionLevels)
Protection level to be added on the branch.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type ProtectionLevel Constructor Description CreateOrUpdateProtectedBranchDetails(String branchName, List<ProtectionLevel> protectionLevels)
Deprecated.ProtectedBranch(String branchName, List<ProtectionLevel> protectionLevels, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ProtectedBranchSummary(String branchName, List<ProtectionLevel> protectionLevels, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-