Uses of Class
com.oracle.bmc.devops.model.MergeCheck
-
Packages that use MergeCheck Package Description com.oracle.bmc.devops.model -
-
Uses of MergeCheck in com.oracle.bmc.devops.model
Subclasses of MergeCheck in com.oracle.bmc.devops.model Modifier and Type Class Description class
ApprovalRuleMergeCheck
The status of the approval rules.class
BuildMergeCheck
The status of the build pipelines.class
ConflictMergeCheck
The status of the merge conflict.Methods in com.oracle.bmc.devops.model that return types with arguments of type MergeCheck Modifier and Type Method Description List<MergeCheck>
MergeCheckCollection. getItems()
List of pullRequest mergeCheck objects.Method parameters in com.oracle.bmc.devops.model with type arguments of type MergeCheck Modifier and Type Method Description MergeCheckCollection.Builder
MergeCheckCollection.Builder. items(List<MergeCheck> items)
List of pullRequest mergeCheck objects.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type MergeCheck Constructor Description MergeCheckCollection(List<MergeCheck> items, Date timeValidated)
Deprecated.
-