Uses of Class
com.oracle.bmc.devops.model.ApprovalRuleCollection
-
Packages that use ApprovalRuleCollection Package Description com.oracle.bmc.devops.model -
-
Uses of ApprovalRuleCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ApprovalRuleCollection Modifier and Type Method Description ApprovalRuleCollection
ApprovalRuleCollection.Builder. build()
ApprovalRuleCollection
ProjectRepositorySettings. getApprovalRules()
ApprovalRuleCollection
RepositorySettings. getApprovalRules()
Methods in com.oracle.bmc.devops.model with parameters of type ApprovalRuleCollection Modifier and Type Method Description ProjectRepositorySettings.Builder
ProjectRepositorySettings.Builder. approvalRules(ApprovalRuleCollection approvalRules)
RepositorySettings.Builder
RepositorySettings.Builder. approvalRules(ApprovalRuleCollection approvalRules)
ApprovalRuleCollection.Builder
ApprovalRuleCollection.Builder. copy(ApprovalRuleCollection model)
Constructors in com.oracle.bmc.devops.model with parameters of type ApprovalRuleCollection Constructor Description ProjectRepositorySettings(MergeSettings mergeSettings, ApprovalRuleCollection approvalRules)
Deprecated.RepositorySettings(MergeChecks mergeChecks, MergeSettings mergeSettings, ApprovalRuleCollection approvalRules)
Deprecated.
-