Uses of Class
com.oracle.bmc.devops.model.PullRequestSummary
-
Packages that use PullRequestSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of PullRequestSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type PullRequestSummary Modifier and Type Method Description Iterable<PullRequestSummary>
DevopsPaginators. listPullRequestsRecordIterator(ListPullRequestsRequest request)
Creates a new iterable which will iterate over thePullRequestSummary
objects contained in responses from the listPullRequests operation. -
Uses of PullRequestSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestSummary Modifier and Type Method Description PullRequestSummary
PullRequestSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type PullRequestSummary Modifier and Type Method Description List<PullRequestSummary>
PullRequestCollection. getItems()
List of Pull Requests.Methods in com.oracle.bmc.devops.model with parameters of type PullRequestSummary Modifier and Type Method Description PullRequestSummary.Builder
PullRequestSummary.Builder. copy(PullRequestSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestSummary Modifier and Type Method Description PullRequestCollection.Builder
PullRequestCollection.Builder. items(List<PullRequestSummary> items)
List of Pull Requests.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestSummary Constructor Description PullRequestCollection(List<PullRequestSummary> items)
Deprecated.
-