Uses of Class
com.oracle.bmc.devops.model.PullRequestActivitySummary
-
Packages that use PullRequestActivitySummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of PullRequestActivitySummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type PullRequestActivitySummary Modifier and Type Method Description Iterable<PullRequestActivitySummary>
DevopsPaginators. listPullRequestActivitiesRecordIterator(ListPullRequestActivitiesRequest request)
Creates a new iterable which will iterate over thePullRequestActivitySummary
objects contained in responses from the listPullRequestActivities operation. -
Uses of PullRequestActivitySummary in com.oracle.bmc.devops.model
Subclasses of PullRequestActivitySummary in com.oracle.bmc.devops.model Modifier and Type Class Description class
ApprovalActivitySummary
activity describing a reviewer’s approval decision
Note: Objects should always be created or deserialized using theApprovalActivitySummary.Builder
.class
CommentActivitySummary
activity describing comment addition to a pull request
Note: Objects should always be created or deserialized using theCommentActivitySummary.Builder
.class
CommitActivitySummary
activity describing commit updates to a pull request
Note: Objects should always be created or deserialized using theCommitActivitySummary.Builder
.class
PullRequestLifecycleActivitySummary
activity describing a pull request state change
Note: Objects should always be created or deserialized using thePullRequestLifecycleActivitySummary.Builder
.class
ReviewerActivitySummary
activity describing reviewer updates to a pull request
Note: Objects should always be created or deserialized using theReviewerActivitySummary.Builder
.Methods in com.oracle.bmc.devops.model that return types with arguments of type PullRequestActivitySummary Modifier and Type Method Description List<PullRequestActivitySummary>
PullRequestActivityCollection. getItems()
List of pullRequest activity objects.Method parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestActivitySummary Modifier and Type Method Description PullRequestActivityCollection.Builder
PullRequestActivityCollection.Builder. items(List<PullRequestActivitySummary> items)
List of pullRequest activity objects.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestActivitySummary Constructor Description PullRequestActivityCollection(List<PullRequestActivitySummary> items)
Deprecated.
-