Uses of Class
com.oracle.bmc.devops.model.ProtectedBranchSummary
-
Packages that use ProtectedBranchSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of ProtectedBranchSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type ProtectedBranchSummary Modifier and Type Method Description Iterable<ProtectedBranchSummary>
DevopsPaginators. listProtectedBranchesRecordIterator(ListProtectedBranchesRequest request)
Creates a new iterable which will iterate over theProtectedBranchSummary
objects contained in responses from the listProtectedBranches operation. -
Uses of ProtectedBranchSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ProtectedBranchSummary Modifier and Type Method Description ProtectedBranchSummary
ProtectedBranchSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type ProtectedBranchSummary Modifier and Type Method Description List<ProtectedBranchSummary>
ProtectedBranchCollection. getItems()
List of objects describing protected branchesMethods in com.oracle.bmc.devops.model with parameters of type ProtectedBranchSummary Modifier and Type Method Description ProtectedBranchSummary.Builder
ProtectedBranchSummary.Builder. copy(ProtectedBranchSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type ProtectedBranchSummary Modifier and Type Method Description ProtectedBranchCollection.Builder
ProtectedBranchCollection.Builder. items(List<ProtectedBranchSummary> items)
List of objects describing protected branchesConstructor parameters in com.oracle.bmc.devops.model with type arguments of type ProtectedBranchSummary Constructor Description ProtectedBranchCollection(List<ProtectedBranchSummary> items)
Deprecated.
-