Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 and 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.
|
Copyright © 2016–2024. All rights reserved.